diff options
| author | Simeon Simeonov | 2022-03-31 07:21:33 +0200 |
|---|---|---|
| committer | Simeon Simeonov | 2022-03-31 07:21:33 +0200 |
| commit | 4ea3c077bd4111960af1b93195cb25bfb1d6edce (patch) | |
| tree | 9ed0b8fdb4398cf79a8ecc3ab39ade2d374eb65c /sphinx_conf.py | |
| parent | f19fde48c6b3f65c164c931286e72a0d254c1fb3 (diff) | |
Restructure the project in order to replace distutils with setuptoolsv1.1.0
Diffstat (limited to 'sphinx_conf.py')
| -rw-r--r-- | sphinx_conf.py | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/sphinx_conf.py b/sphinx_conf.py index c7247ee..561db43 100644 --- a/sphinx_conf.py +++ b/sphinx_conf.py | |||
| @@ -12,20 +12,23 @@ | |||
| 12 | # | 12 | # |
| 13 | # import os | 13 | # import os |
| 14 | # import sys | 14 | # import sys |
| 15 | # sys.path.insert(0, '/home/sgs/development/gitprogs/python/pyotp2289/otp2289') | 15 | # sys.path.insert( |
| 16 | # 0, | ||
| 17 | # '/home/sgs/development/gitprogs/python/pyotp2289/src/otp2289', | ||
| 18 | # ) | ||
| 16 | 19 | ||
| 17 | 20 | ||
| 18 | # -- Project information ----------------------------------------------------- | 21 | # -- Project information ----------------------------------------------------- |
| 19 | 22 | ||
| 20 | project = 'pyotp2289' | 23 | project = 'pyotp2289' |
| 21 | copyright = '2020, Simeon Simeonov' | 24 | copyright = '2020-2022, Simeon Simeonov' |
| 22 | author = 'Simeon Simeonov' | 25 | author = 'Simeon Simeonov' |
| 23 | 26 | ||
| 24 | # The short X.Y version | 27 | # The short X.Y version |
| 25 | version = '1.0.0' | 28 | version = '1.1.0' |
| 26 | 29 | ||
| 27 | # The full version, including alpha/beta/rc tags | 30 | # The full version, including alpha/beta/rc tags |
| 28 | release = '1.0.0' | 31 | release = '1.1.0' |
| 29 | 32 | ||
| 30 | 33 | ||
| 31 | # -- General configuration --------------------------------------------------- | 34 | # -- General configuration --------------------------------------------------- |
| @@ -81,4 +84,4 @@ html_static_path = ['_static'] | |||
| 81 | todo_include_todos = True | 84 | todo_include_todos = True |
| 82 | 85 | ||
| 83 | # Generated by running: sphinx-apidoc with: | 86 | # Generated by running: sphinx-apidoc with: |
| 84 | # -P -F -o html -H pyotp2289 -A "Simeon Simeonov" -V "1.0.0" otp2289 | 87 | # -P -F -o html -H pyotp2289 -A "Simeon Simeonov" -V "1.1.0" otp2289 |
