Skip to content

Commit d2f41a8

Browse files
authored
docs conf config
1 parent cd449e5 commit d2f41a8

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

docs/conf.py

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,10 @@
88

99
# -- Project information -----------------------------------------------------
1010

11-
# The full version, including alpha/beta/rc tags
12-
from py_template import __version__
11+
release = 0.0.1
1312

14-
release = __version__
15-
16-
project = "py_template"
17-
author = "Jeff Jennings"
13+
project = "short_tutorials"
14+
author = "CCA Software Group"
1815
copyright = f"{datetime.datetime.now().year}, {author}" # noqa: A001
1916

2017
# -- General configuration ---------------------------------------------------
@@ -81,4 +78,4 @@
8178
# https://www.sphinx-doc.org/en/master/usage/extensions/autodoc.html#confval-autoclass_content
8279
autoclass_content = "both"
8380

84-
# -- Other options ----------------------------------------------------------
81+
# -- Other options ----------------------------------------------------------

0 commit comments

Comments
 (0)