Update README with docs
This commit is contained in:
parent
a85898b416
commit
8bb811cf1c
3 changed files with 9 additions and 7 deletions
|
|
@ -3,8 +3,9 @@
|
|||
|
||||
# You can set these variables from the command line, and also
|
||||
# from the environment for the first two.
|
||||
PROJROOT := $(abspath $(MAKEFILE_LIST)/../..)
|
||||
SPHINXOPTS ?=
|
||||
SPHINXBUILD ?= sphinx-build
|
||||
SPHINXBUILD ?= PYTHONPATH="$(PROJROOT)" sphinx-build
|
||||
SOURCEDIR = source
|
||||
BUILDDIR = build
|
||||
|
||||
|
|
|
|||
|
|
@ -62,9 +62,7 @@ source_suffix = {
|
|||
# -- Options for HTML output -------------------------------------------------
|
||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
|
||||
html_theme = 'sphinx_rtd_theme'
|
||||
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
|
||||
html_theme_options = {
|
||||
'display_version': False,
|
||||
'navigation_depth': 2,
|
||||
'prev_next_buttons_location': 'None'
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue