Small docs cleanup

The repo is now using python 3 for docs building, so remove py27
requirement, update openstackdocstheme version and remove unneeded lines
from doc/source/conf.py.

Change-Id: I65a443018b4ffa375df30357085b1352af7cba53
This commit is contained in:
Andreas Jaeger 2020-04-12 18:58:51 +02:00
parent 5dff9df133
commit e58863cb65
2 changed files with 2 additions and 7 deletions

View File

@ -1,4 +1,3 @@
# this is required for the docs build jobs
sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD
sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2;python_version>='3.4' # BSD
openstackdocstheme>=1.18.1 # Apache-2.0
sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2 # BSD
openstackdocstheme>=1.31.2 # Apache-2.0

View File

@ -112,10 +112,6 @@ html_theme = 'openstackdocs'
# pixels large.
#html_favicon = None
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.
html_last_updated_fmt = '%Y-%m-%d %H:%M'
# If true, SmartyPants will be used to convert quotes and dashes to
# typographically correct entities.
#html_use_smartypants = True