mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
update sphinx configuration
This commit is contained in:
parent
79576f25b6
commit
6b4b5fce13
1 changed files with 2 additions and 1 deletions
|
|
@ -8,10 +8,11 @@ import sys, os
|
|||
|
||||
# -- General configuration -----------------------------------------------------
|
||||
templates_path = ['_templates']
|
||||
extensions = ['sphinx.ext.autodoc',]
|
||||
source_suffix = '.rst'
|
||||
master_doc = 'index'
|
||||
project = u'Pelican'
|
||||
copyright = u'2010, Alexis Metaireau'
|
||||
copyright = u'2010, Alexis Metaireau and contributors'
|
||||
exclude_patterns = ['_build']
|
||||
pygments_style = 'sphinx'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue