Skip to content

Commit

Permalink
Add extensions and version from chess var
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmachnik committed Oct 13, 2020
1 parent 88771a3 commit f5a02fd
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
# import sys
# sys.path.insert(0, os.path.abspath('.'))

import chess

# -- Project information -----------------------------------------------------

Expand All @@ -22,7 +23,7 @@
author = 'Silvia Galan, Nick Machnik, Kai Kruse'

# The full version, including alpha/beta/rc tags
release = '0.3.0'
release = chess.__version__


# -- General configuration ---------------------------------------------------
Expand All @@ -31,6 +32,12 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.todo',
'sphinx.ext.imgmath',
'sphinx.ext.napoleon',
'sphinxarg.ext',
'sphinx.ext.autosummary',
]

# Add any paths that contain templates here, relative to this directory.
Expand Down

0 comments on commit f5a02fd

Please sign in to comment.