Skip to content
This repository has been archived by the owner on Sep 28, 2018. It is now read-only.

Commit

Permalink
reintroduce sphinxtogithub module (missed operation for deletion)
Browse files Browse the repository at this point in the history
  • Loading branch information
yssk22 committed May 29, 2011
1 parent 7990637 commit 855848e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions doc/source/conf.py
Expand Up @@ -25,7 +25,10 @@

# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = ['sphinx.ext.todo', 'sphinx.ext.pngmath']
extensions = ['sphinx.ext.todo', 'sphinx.ext.pngmath',
# DO NOT DELETE this extention for publishing generated html to gh-pages
'sphinxtogithub'
]

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand Down Expand Up @@ -120,7 +123,7 @@
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['static']
html_static_path = ['_static']

# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.
Expand Down
Empty file removed doc/source/static/.gitignore
Empty file.

0 comments on commit 855848e

Please sign in to comment.