Remove py27 / docs cruft

This repo is using python3 for building, so remove py27 requirement.

Switch to newer openstackdocstheme and remove now unneeded setup lines.

Change-Id: I385dc67a0394a777a57859eca87df0681813784c
This commit is contained in:
Andreas Jaeger 2020-04-12 19:33:23 +02:00 committed by Andreas Jaeger
parent 4448c81b5b
commit eb5ca9c386
3 changed files with 2 additions and 16 deletions

View File

@ -138,12 +138,6 @@ html_theme = 'openstackdocs'
# directly to the root of the documentation. # directly to the root of the documentation.
# html_extra_path = [] # html_extra_path = []
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.
# So that we can enable "log-a-bug" links from each output HTML page, this
# variable must be set to a format that includes year, month, day, hours and
# minutes.
html_last_updated_fmt = '%Y-%m-%d %H:%M'
# If true, SmartyPants will be used to convert quotes and dashes to # If true, SmartyPants will be used to convert quotes and dashes to
# typographically correct entities. # typographically correct entities.

View File

@ -138,13 +138,6 @@ html_theme = 'openstackdocs'
# directly to the root of the documentation. # directly to the root of the documentation.
# html_extra_path = [] # html_extra_path = []
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.
# So that we can enable "log-a-bug" links from each output HTML page, this
# variable must be set to a format that includes year, month, day, hours and
# minutes.
html_last_updated_fmt = '%Y-%m-%d %H:%M'
# If true, SmartyPants will be used to convert quotes and dashes to # If true, SmartyPants will be used to convert quotes and dashes to
# typographically correct entities. # typographically correct entities.
# html_use_smartypants = True # html_use_smartypants = True

View File

@ -4,9 +4,8 @@
doc8 # Apache-2.0 doc8 # Apache-2.0
openstack-doc-tools>=2.0.0 # Apache-2.0 openstack-doc-tools>=2.0.0 # Apache-2.0
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,>=1.6.2' # BSD
sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4' # BSD openstackdocstheme>=1.31.2 # Apache-2.0
openstackdocstheme>=1.18.1 # Apache-2.0
# For translations # For translations
Babel>=2.3.4,!=2.4.0 # BSD Babel>=2.3.4,!=2.4.0 # BSD