Drop references to oslosphinx
Change-Id: Ibb8b14ac8c7f3c56958415c3022de31efef12d52 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
# Packages required for building docs
|
# Packages required for building docs
|
||||||
|
|
||||||
sphinx>=1.6.2 # BSD
|
sphinx>=1.6.2 # BSD
|
||||||
oslosphinx>=4.7.0 # Apache-2.0
|
|
||||||
sphinxcontrib-datatemplates>=0.4.0 # BSD License
|
sphinxcontrib-datatemplates>=0.4.0 # BSD License
|
||||||
icalendar>=3.10 # BSD
|
icalendar>=3.10 # BSD
|
||||||
whereto>=0.3.0 # Apache-2.0
|
whereto>=0.3.0 # Apache-2.0
|
||||||
|
|||||||
@@ -12,8 +12,7 @@
|
|||||||
# License for the specific language governing permissions and limitations
|
# License for the specific language governing permissions and limitations
|
||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
"""Tools for working with requirements lists.
|
"""Tools for working with requirements lists."""
|
||||||
"""
|
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
import os.path
|
import os.path
|
||||||
@@ -129,7 +128,7 @@ def parse_requirements(body):
|
|||||||
|
|
||||||
[sphinxext]
|
[sphinxext]
|
||||||
sphinx<1.6.1,>=1.5.1
|
sphinx<1.6.1,>=1.5.1
|
||||||
oslosphinx
|
openstackdocstheme
|
||||||
sphinxcontrib.datatemplates
|
sphinxcontrib.datatemplates
|
||||||
icalendar
|
icalendar
|
||||||
|
|
||||||
|
|||||||
@@ -42,13 +42,6 @@ console_scripts =
|
|||||||
check-schema = openstack_releases.cmds.check_schema:main
|
check-schema = openstack_releases.cmds.check_schema:main
|
||||||
find-gerrit-acl-issues = openstack_releases.cmds.find_gerrit_acl_issues: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]
|
[build_sphinx]
|
||||||
source-dir = doc/source
|
source-dir = doc/source
|
||||||
build-dir = doc/build
|
build-dir = doc/build
|
||||||
|
|||||||
1
tox.ini
1
tox.ini
@@ -62,7 +62,6 @@ commands = python {toxinidir}/tools/aclmanager.py {posargs}
|
|||||||
commands = python {toxinidir}/tools/membership_freeze_test.py {posargs}
|
commands = python {toxinidir}/tools/membership_freeze_test.py {posargs}
|
||||||
|
|
||||||
[testenv:venv]
|
[testenv:venv]
|
||||||
deps = .[sphinxext]
|
|
||||||
commands = {posargs}
|
commands = {posargs}
|
||||||
|
|
||||||
[testenv:history]
|
[testenv:history]
|
||||||
|
|||||||
Reference in New Issue
Block a user