Commit Graph

7 Commits

Author SHA1 Message Date
Sean McGinnis b22c58fcfc
Retire mox3 repo
This is step 2 in the retirement process for mox3. It removes all
content from the repo other than a note in the README file notifying of
its status and how to get the last version of the code

Depends-on: https://review.opendev.org/736712

Change-Id: Ifbea265fdef149791d02a642037ac30611ad4c81
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2020-06-18 09:19:13 -05:00
melissaml caa8058456 Switch to newer openstackdocstheme versions
Switch to openstackdocstheme 2.2.1 versions. Using
these versions will allow especially:
* Allow parallel building of documents
* Fix some rendering problems

Update Sphinx version as well.

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.

openstackdocstheme renames some variables, so follow the renames
before the next release removes them. A couple of variables are also
not needed anymore, remove them.

See also
http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html

Change-Id: I3600b36580b01bd122d84dc14316b94f6c2ee78f
2020-06-03 17:02:13 +08:00
jacky06 a176de01d7 Sync Sphinx requirement
1. Sync sphinx dependency with global requirements. It caps python 2 since
sphinx 2.0 no longer supports Python 2.7.
2. Update some URLs to latest

Change-Id: I1bb1b6861f804f3a28d863bcab795ed39819d3aa
2019-06-24 14:20:40 +00:00
Doug Hellmann 45e325482e turn on warning-is-error flag for doc build
Change-Id: I793af54e77552cc811e39ea5ae2a57ed69e6822d
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-07-06 15:48:59 -04:00
Doug Hellmann c8ca66f6d9 switch from oslosphinx to openstackdocstheme
Change-Id: I02106accdc6e60911e836b686cf5328537725857
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-07-06 15:47:45 -04:00
Doug Hellmann a40362806a rearrange existing documentation based on the new standard layout
Change-Id: Iec6fee3e963355c166f8d4917e934f1d5186f834
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-07-06 15:45:32 -04:00
Doug Hellmann c919d92bb9 Fixes to allow a new release
Version 0.7.0 has a conflicting pbr requirement, so we need to update
the requirements and produce a new release. Making our tools work after
importing into gerrit required several updates simultaneously:

1. Update requirements based on our global-requirements list.
2. Fix tox.ini so tests pass for 2.7 and 3.4.
3. Skip a test that is failing for 3.4 until we have more time to debug.
4. Fix the .gitreview settings to point to the right repository.
5. Add skeleton documentation structure.
6. Add links to the README in a format understood by our release tools.

Related-bug: #1403214
Change-Id: I28213fb1dbb76a8640d7aa7dc844a7b593d1c6da
2015-06-11 17:22:23 +00:00