summaryrefslogtreecommitdiff
path: root/doc/requirements.txt
Commit message (Collapse)AuthorAgeFilesLines
* Add missing doc requirementsHiromu Asahina2023-02-101-0/+4
| | | | | | This updates the test-requirements to fix No module error in oslo_config.sphinxconfiggen when executing tox with doc env. Change-Id: I4bfe30b3517f4a6c5c536afa150c66ef8522a2d0
* Merge "Use unittest.mock instead of third party mock"Zuul2020-08-241-1/+0
|\
| * Use unittest.mock instead of third party mockSean McGinnis2020-04-181-1/+0
| | | | | | | | | | | | | | | | Now that we no longer support py27, we can use the standard library unittest.mock module instead of the third party mock lib. Change-Id: Idc319f3f8a3ddd57cba91e4cefc66dbb18d5cc22 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
* | Switch to newer openstackdocstheme and reno versionsAndreas Jaeger2020-05-211-3/+3
|/ | | | | | | | | | | | | | | | | | | | | | | | | | Switch to openstackdocstheme 2.2.1 and reno 3.1.0 versions. Using these versions will allow especially: * Linking from HTML to PDF document * parallelizing building of documents Update Sphinx version as well. Remove the doc requirements from lower-constraints, they are not needed during installation. openstackdocstheme renames some variables, so follow the renames. A couple of variables are also not needed anymore, remove them. Set openstackdocs_pdf_link to link to PDF file. Change pygments_style to 'native' since old theme version always used 'native' and the theme now respects the setting and using 'sphinx' can lead to some strange rendering. See also http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html Change-Id: Ic7c901ff19aa073b6e003ccb95aaf77886f20152
* [ussuri][goal] Drop python 2.7 support and testingVishakha Agarwal2020-01-071-1/+0
| | | | | | | | | | | | | | | | OpenStack is dropping the py2.7 support in ussuri cycle. keystonemiddleware is ready with python 3 and ok to drop the python 2.7 support. Complete discussion & schedule can be found in - http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html - https://etherpad.openstack.org/p/drop-python2-support Ussuri Communtiy-wide goal: https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html Change-Id: Ia6f0e14efd19b0b98227258e7264b4850a197f4f
* Generate pdf documentationVishakha Agarwal2019-09-271-0/+3
| | | | Change-Id: I4bc8c036ce91795129970ab4f8c2536401c2a135
* Merge "Bump the openstackdocstheme extension to 1.20"Zuul2019-08-161-1/+1
|\
| * Bump the openstackdocstheme extension to 1.20pengyuesheng2019-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Some options are now automatically configured by the version 1.20: - project - html_last_updated_fmt - latex_engine - latex_elements - version - release. Change-Id: I161a3983e23b0ae50c232eb63ca78f8fd230e91e
* | Blacklist sphinx 2.1.0 (autodoc bug)pengyuesheng2019-08-021-1/+1
|/ | | | | | See https://github.com/sphinx-doc/sphinx/issues/6440 for upstream details Change-Id: Ia166252623563438c42538320f6fbf7c74785520
* Blacklist bandit 1.6.0 & cap sphinx for 2.7Gage Hugo2019-05-201-1/+2
| | | | | | | | | | The latest version of bandit has broken directory exclusion, so multiple test files are getting flagged. This change blocks version 1.6.0 while this issue is fixed for 1.6.1. This change also caps sphinx at <2.0.0 for python version 2.7. Change-Id: I5d32d835886360522af21f735c74b2f85036f7f1
* Follow the new PTI for document buildmelissaml2018-06-061-0/+1
| | | | | | | | | | For compliance with the Project Testing Interface as described in: https://governance.openstack.org/tc/reference/project-testing-interface.html http://lists.openstack.org/pipermail/openstack-dev/2017-December/125710.html http://lists.openstack.org/pipermail/openstack-dev/2018-March/128594.html Co-Authored-By: Nguyen Hai <nguyentrihai93@gmail.com> Change-Id: Ia0a27229f09467980ff4af014001febb017bb36d
* Updated from global requirementsOpenStack Proposal Bot2018-03-231-1/+1
| | | | Change-Id: I71330bf5adcdd55a1a782189a29886f9189dddd0
* Updated from global requirementsOpenStack Proposal Bot2018-03-171-1/+1
| | | | Change-Id: Ia31fc31bd33e85622a15bc383cf1bb7af753de7e
* Updated from global requirementsOpenStack Proposal Bot2018-01-241-1/+1
| | | | Change-Id: I29e02c0626456f34663c1d223a9512f083a21309
* Updated from global requirementsOpenStack Proposal Bot2018-01-171-1/+1
| | | | Change-Id: Iafc586a8752d08e5b4ce1dd6599f674aad3e2943
* Updated from global requirementsOpenStack Proposal Bot2018-01-161-1/+1
| | | | Change-Id: I6effa91e130eaf7ebdf30dd36e1c486e2f36df07
* Fix docs buildsColleen Murphy2017-12-201-0/+18
With the new way of generating docs in the gate[1] our autodoc builds are slightly broken. Put the required dependencies for doc building and autodoc generation into doc/requirements.txt. We can also now remove docs-related requirements from test-requirements.txt. [1] http://lists.openstack.org/pipermail/openstack-dev/2017-December/125710.html Change-Id: Ifbd16fe364bb216821125c70bb7d3ab0ac1f10a3