Drop references to oslosphinx

Change-Id: Ibb8b14ac8c7f3c56958415c3022de31efef12d52
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This commit is contained in:
Sean McGinnis
2019-06-06 10:32:51 -05:00
parent 212b1c8a99
commit 6dae687b0d
4 changed files with 2 additions and 12 deletions

View File

@@ -1,7 +1,6 @@
# Packages required for building docs
sphinx>=1.6.2 # BSD
oslosphinx>=4.7.0 # Apache-2.0
sphinxcontrib-datatemplates>=0.4.0 # BSD License
icalendar>=3.10 # BSD
whereto>=0.3.0 # Apache-2.0

View File

@@ -12,8 +12,7 @@
# License for the specific language governing permissions and limitations
# under the License.
"""Tools for working with requirements lists.
"""
"""Tools for working with requirements lists."""
import logging
import os.path
@@ -129,7 +128,7 @@ def parse_requirements(body):
[sphinxext]
sphinx<1.6.1,>=1.5.1
oslosphinx
openstackdocstheme
sphinxcontrib.datatemplates
icalendar

View File

@@ -42,13 +42,6 @@ console_scripts =
check-schema = openstack_releases.cmds.check_schema:main
find-gerrit-acl-issues = openstack_releases.cmds.find_gerrit_acl_issues:main
[extras]
sphinxext =
sphinx>=1.5.1,<1.6.1
oslosphinx
sphinxcontrib.datatemplates
icalendar
[build_sphinx]
source-dir = doc/source
build-dir = doc/build

View File

@@ -62,7 +62,6 @@ commands = python {toxinidir}/tools/aclmanager.py {posargs}
commands = python {toxinidir}/tools/membership_freeze_test.py {posargs}
[testenv:venv]
deps = .[sphinxext]
commands = {posargs}
[testenv:history]