Commit Graph

15 Commits

Author SHA1 Message Date
LiZekun 8ab63314bb setup.cfg: Replace dashes with underscores
Setuptools v54.1.0 introduces a warning that the use of dash-separated
options in 'setup.cfg' will not be supported in a future version [1].
Get ahead of the issue by replacing the dashes with underscores. Without
this, we see 'UserWarning' messages like the following on new enough
versions of setuptools:

  UserWarning: Usage of dash-separated 'description-file' will not be
  supported in future versions. Please use the underscore name
  'description_file' instead

[1] https://github.com/pypa/setuptools/commit/a2e9ae4cb

Change-Id: Ied84706c0fa671d4698847716937f2eb55474dd7
2023-09-27 07:05:13 +00:00
Andreas Jaeger 3b650630dd Switch to newer openstackdocstheme version
Switch to openstackdocstheme 2.2.1 version. Using
this version will allow especially:
* Linking from HTML to PDF document
* Allow parallel building of documents
* Fix some rendering problems

Update Sphinx version as well.

Disable openstackdocs_auto_version to not auto-version the documents.

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: I1ee2d1358312cf8a5edc228bbbf7d0703489c022
2020-06-03 20:57:25 +02:00
Andreas Jaeger 85ec10224b Cleanup py27 support
This repo is now testing only with Python 3, so let's make
a few cleanups:
- Remove obsolete sections from setup.cfg
- Cleanup doc/source/conf.py to remove now obsolete content.
- Use newer openstackdocstheme and Sphinx versions
- Remove install_command from tox.ini, the default is fine

Change-Id: I4980bac7a558a291963270de592078f1a3af1111
2020-04-17 17:03:52 +02:00
OpenDev Sysadmins b7447c43c5 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:39:20 +00:00
huang.zhiping 7c77efbb57 Update home-page
Change-Id: I7d877981c28b3d8a6e2c5de91d10763b281d8825
2019-01-12 02:47:49 +00:00
jacky06 6d73c48532 Change openstack-dev to openstack-discuss
Change-Id: Ic528535a72ae18020e2cc8f1cb7fbbf9ffe1f1a3
2018-11-25 22:16:46 -05:00
zhouxinyong 198d9dab40 Optimizing the safety of the http link site in contributing.rst.
Change-Id: I00f3b7396cfe8f7300c0dc3f424c0dace7cf386f
2018-11-13 23:58:08 +08:00
Zuul 6fb89a513a Merge "Clean up .gitignore references to personal tools" 2018-10-02 19:42:54 +00:00
zhang.lei aa8e77fdbc Clean up .gitignore references to personal tools
Following by https://review.openstack.org/#/c/592520/

Change-Id: Iafbf06f8787bbf4b46c183426dac8ca6a5f7ede7
2018-08-21 11:12:27 +00:00
Doug Hellmann c476b30dab use python3 in tox
Change-Id: I6431092974498cc89221a4b036bfc538c8f9b08e
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-08-14 13:09:34 -04:00
Doug Hellmann 2b65b6658b switch documentation job to new PTI
This is a mechanically generated patch to switch the documentation
jobs to use the new PTI versions of the jobs as part of the
python3-first goal.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: I80e8e625749539e06ba70231d701e835b411ef07
Story: #2002586
Task: #24293
2018-08-13 16:47:22 -04:00
Doug Hellmann 76b0d0ecbe import zuul job settings from project-config
This is a mechanically generated patch to complete step 1 of moving
the zuul job settings out of project-config and into each project
repository.

Because there will be a separate patch on each branch, the branch
specifiers for branch-specific jobs have been removed.

Because this patch is generated by a script, there may be some
cosmetic changes to the layout of the YAML file(s) as the contents are
normalized.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: I0aa199271d776a8d591346c1dbcde865f3796e2d
Story: #2002586
Task: #24293
2018-08-13 16:45:35 -04:00
Doug Hellmann 429c50163e clean up sphinx settings
Clean up the conf.py and several of the content pages, including
finishing configuring the theme.

Change-Id: I1f48cbcdd5efbf53ff86e6b8798a587a547c188f
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-05-08 11:28:44 -04:00
Doug Hellmann 765c02a15b initial repository setup
* fix the host in the .gitreview file
* add basic sphinx setup

Change-Id: Ibcb1dc33ae7c5663c8a41a78984de827ee37a40f
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-05-07 17:11:01 -04:00
OpenStack Project Creator c416864327 Added .gitreview 2018-05-03 21:26:36 +00:00