docs #6

Merged
dscharnitzky merged 7 commits from docs into master 2020-04-08 23:05:32 +02:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit ccf6bc0fff - Show all commits

View File

@ -40,6 +40,7 @@ steps:
image: python:3.8
commands:
- pip3 install Sphinx
- pip install sphinx_rtd_theme
- pip3 install -r requirements.txt
- cd docs
- sphinx-apidoc -o source/ ../

View File

@ -44,7 +44,7 @@ exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = 'alabaster'
html_theme = 'sphinx_rtd_theme'
# 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,