Fixed sphinx docs

This commit is contained in:
Martin Mahner 2019-12-05 12:32:46 +01:00
parent 634861bc04
commit 9307d5f0a3
3 changed files with 2 additions and 5 deletions

View File

@ -5,12 +5,10 @@ name = "pypi"
[packages]
dpaste = {editable = true,extras = ["dev"],path = "."}
docutils = "==0.15"
[scripts]
runserver = "sh -c \"./manage.py migrate && ./manage.py runserver 0:8000\""
test = "pytest dpaste"
cleanup = "sh -c \"isort -rc dpaste && black --skip-string-normalization --line-length=80 --exclude='/(migrations)/' dpaste\""
docs = "sphinx-build docs docs/_build/html"
[pipenv]
allow_prereleases = true

View File

@ -86,7 +86,7 @@ try:
'logo_only': True,
'display_version': False,
}
html_logo = "_static/logo.svg"
html_logo = "docs/_static/logo.svg"
except ImportError:
html_theme = 'alabaster'

View File

@ -56,7 +56,6 @@ dev =
sphinx-autobuild
sphinx-rtd-theme
sphinxcontrib-httpdomain
docutils==0.15
[options.packages.find]
where = .