summaryrefslogtreecommitdiff
path: root/sphinx_conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx_conf.py')
-rw-r--r--sphinx_conf.py13
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
20project = 'pyotp2289' 23project = 'pyotp2289'
21copyright = '2020, Simeon Simeonov' 24copyright = '2020-2022, Simeon Simeonov'
22author = 'Simeon Simeonov' 25author = 'Simeon Simeonov'
23 26
24# The short X.Y version 27# The short X.Y version
25version = '1.0.0' 28version = '1.1.0'
26 29
27# The full version, including alpha/beta/rc tags 30# The full version, including alpha/beta/rc tags
28release = '1.0.0' 31release = '1.1.0'
29 32
30 33
31# -- General configuration --------------------------------------------------- 34# -- General configuration ---------------------------------------------------
@@ -81,4 +84,4 @@ html_static_path = ['_static']
81todo_include_todos = True 84todo_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