Skip to content

Commit

Permalink
Docs settings
Browse files Browse the repository at this point in the history
  • Loading branch information
tberlok committed Nov 7, 2023
1 parent d34da1d commit 308a3cf
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
1 change: 1 addition & 0 deletions docs/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ myst-parser==2.0.0
ipython==8.16.1
sphinx-copybutton==0.5.2
sphinxcontrib-napoleon==0.7
autodoc==0.5.0
18 changes: 15 additions & 3 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile
# pip-compile requirements.in
#
alabaster==0.7.13
# via sphinx
Expand All @@ -14,20 +14,26 @@ attrs==23.1.0
# via
# jsonschema
# referencing
autodoc==0.5.0
# via -r requirements.in
babel==2.13.1
# via sphinx
backcall==0.2.0
# via ipython
beautifulsoup4==4.12.2
# via nbconvert
# via
# nbconvert
# webtest
bleach==6.1.0
# via nbconvert
certifi==2023.7.22
# via requests
charset-normalizer==3.3.2
# via requests
decorator==5.1.1
# via ipython
# via
# autodoc
# ipython
defusedxml==0.7.1
# via nbconvert
docutils==0.18.1
Expand Down Expand Up @@ -204,9 +210,15 @@ traitlets==5.13.0
# nbsphinx
urllib3==2.0.7
# via requests
waitress==2.1.2
# via webtest
wcwidth==0.2.9
# via prompt-toolkit
webencodings==0.5.1
# via
# bleach
# tinycss2
webob==1.8.7
# via webtest
webtest==3.0.0
# via autodoc
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
project = 'Paicos'
copyright = '2023, Thomas Berlok'
author = 'Thomas Berlok'
release = '0.1.0'
release = '0.1.5'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down

0 comments on commit 308a3cf

Please sign in to comment.