aboutsummaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 83452e9..f4f8253 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -26,9 +26,9 @@ author = 'Jan Jancar'
import sys; import os; sys.path.append(os.path.abspath('..'))
# The short X.Y version
-version = ''
+version = '0.1.0'
# The full version, including alpha/beta/rc tags
-release = ''
+release = '0.1.0'
# -- General configuration ---------------------------------------------------
@@ -73,7 +73,7 @@ language = None
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
# The name of the Pygments (syntax highlighting) style to use.
-pygments_style = None
+pygments_style = "trac"
# -- Options for HTML output -------------------------------------------------