diff options
| author | J08nY | 2018-12-08 23:43:14 +0100 |
|---|---|---|
| committer | J08nY | 2019-03-14 18:03:59 +0100 |
| commit | 79da1b885feb558a53d43b5cef6f747b9c182df1 (patch) | |
| tree | 73712e8a851a18f4726f851c9ccc21579ae53a8a /docs/conf.py | |
| parent | 4e144f629f562389270895400b2f906c9ac35312 (diff) | |
| download | pyecsca-79da1b885feb558a53d43b5cef6f747b9c182df1.tar.gz pyecsca-79da1b885feb558a53d43b5cef6f747b9c182df1.tar.zst pyecsca-79da1b885feb558a53d43b5cef6f747b9c182df1.zip | |
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 6 |
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 ------------------------------------------------- |
