Skip to content

Commit

Permalink
Merge pull request #494 from fomars/develop
Browse files Browse the repository at this point in the history
phantom docs gen; docs version
  • Loading branch information
direvius committed Jan 24, 2018
2 parents 5768255 + 86ab67f commit 5c67459
Show file tree
Hide file tree
Showing 5 changed files with 517 additions and 19 deletions.
6 changes: 4 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@

# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
from setup import VERSION

extensions = ['sphinx.ext.autodoc', 'sphinx.ext.todo', 'sphinx.ext.coverage',
'sphinx.ext.viewcode']

Expand All @@ -51,9 +53,9 @@
# built documents.
#
# The short X.Y version.
version = '1.1'
version = VERSION
# The full version, including alpha/beta/rc tags.
release = '1.1.1'
release = VERSION

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 5c67459

Please sign in to comment.