diff --git a/Pipfile b/Pipfile index 188a9de..5d37048 100644 --- a/Pipfile +++ b/Pipfile @@ -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 diff --git a/docs/conf.py b/docs/conf.py index aa93909..61b7c5e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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' diff --git a/setup.cfg b/setup.cfg index 5e80559..5a688fe 100644 --- a/setup.cfg +++ b/setup.cfg @@ -56,7 +56,6 @@ dev = sphinx-autobuild sphinx-rtd-theme sphinxcontrib-httpdomain - docutils==0.15 [options.packages.find] where = .