Add installation and releasenotes sections to the user manual.
This commit is contained in:
parent
61346ae95d
commit
6b8c54398d
12 changed files with 71 additions and 20 deletions
|
|
@ -22,7 +22,7 @@ copyright = '2021-2022, Eelke Klein'
|
|||
author = 'Eelke Klein'
|
||||
|
||||
# The full version, including alpha/beta/rc tags
|
||||
release = 'https://eelke.gitlab.io/pgLab/'
|
||||
# release = '1.0'
|
||||
|
||||
|
||||
# -- General configuration ---------------------------------------------------
|
||||
|
|
@ -31,6 +31,7 @@ release = 'https://eelke.gitlab.io/pgLab/'
|
|||
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
|
||||
# ones.
|
||||
extensions = [
|
||||
'reno.sphinxext'
|
||||
]
|
||||
|
||||
# Add any paths that contain templates here, relative to this directory.
|
||||
|
|
@ -54,4 +55,4 @@ html_theme_path = [sphinx_theme_pd.get_html_theme_path()]
|
|||
# Add any paths that contain custom static files (such as style sheets) here,
|
||||
# relative to this directory. They are copied after the builtin static files,
|
||||
# so a file named "default.css" will overwrite the builtin "default.css".
|
||||
html_static_path = ['_static']
|
||||
html_static_path = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue