Commit Graph

14 Commits

Author SHA1 Message Date
zhurong ad3ddf6c20 Fix the install murano-dashboard
Change-Id: Ie20240aa248a73b4f2dc1b492a7b23ba521856f7
2022-01-14 07:52:32 +00:00
Hervé Beraud 7d710044b6 Add doc/requirements
We need to specify doc requirements in doc/requirements.txt
to avoid problems with the pip resolver [1] for the release team [2][3].
Removing specific doc requirements from test-requirements.txt.

The problem here is that this repos haven't doc/requirements.txt file
and by default in this case zuul will use the test-requirements.txt file
to pull requirements [4].

This requirements file contains extra requirements like flake8 that
collided with those allowed in our job environment and so the new pip
resolver fails to install these requirements and the job exits in error.
It also update horizon version in requirements.txt to match the horizon
version in  lower-constriants.txt to fix requirements-check job.

This project meet the conditions leading to the bug.

[1] http://lists.openstack.org/pipermail/release-job-failures/2021-January/001500.html
[2] http://lists.openstack.org/pipermail/openstack-discuss/2021-January/019611.html
[3] http://lists.openstack.org/pipermail/openstack-discuss/2021-January/019612.html
[4] https://opendev.org/zuul/zuul-jobs/src/branch/master/roles/ensure-sphinx/tasks/main.yaml#L36

Change-Id: I425e9b4cfcf86e67c6288796e3da95b07769c6dc
2021-02-03 12:22:27 +00:00
Andreas Jaeger f4fca35744 Switch to newer openstackdocstheme and reno versions
Switch to openstackdocstheme 2.2.1 and reno 3.1.0 versions. Using
these versions will allow especially:
* Linking from HTML to PDF document
* 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: Ifd0cbfb6e8ee1c6b998e73b3c6c4e922fe07841f
2020-05-31 19:56:44 +02:00
pengyuesheng 090fa214f8 Bump the openstackdocstheme extension to 1.20
Some options are now automatically configured by the version 1.20:
- project
- html_last_updated_fmt
- latex_engine
- latex_elements
- version
- release.

Change-Id: I8c9dbce32c592a99671716c249b1a338824169c0
2019-07-04 16:04:18 +08:00
zhulingjie d1ef202c13 Replace git.openstack.org URLs with opendev.org URLs
Change-Id: Ibe12d31369a781a31375211f4844bc5de41bdc66
2019-04-28 16:57:25 +08:00
Ian Wienand 56a53ad209 Replace openstack.org git:// URLs with https://
This is a mechanically generated change to replace openstack.org
git:// URLs with https:// equivalents.

This is in aid of a planned future move of the git hosting
infrastructure to a self-hosted instance of gitea (https://gitea.io),
which does not support the git wire protocol at this stage.

This update should result in no functional change.

For more information see the thread at

 http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html

Change-Id: I4b735a86a995d12ff0f39f2cc56fcbe51a1fcb00
2019-03-24 20:34:19 +00:00
Monty Taylor 57b9acd4a7
Remove vestigate HUDSON_PUBLISH_DOCS reference
This isn't actually used and is a leftover from a thing we did
seven years ago that survives today through copy-pasta.

Change-Id: Ib5ded031edfc8021809d8fd50663f48b90518a39
2017-09-02 08:51:06 -05:00
zhurong a67b68acc4 switch to openstackdocstheme
Change-Id: Icc6e852398bfdb6cdfa9105e272d1dffe927aa3e
2017-07-07 15:45:09 +08:00
melissaml 6a8f43d2b1 Fix doc generation for Python3
Fix the Sphinx html_last_updated_fmt for Python3.
The html_last_updated_fmt option is interpreted as a
byte string in python3, causing Sphinx build to break.
This patch makes it utf-8 string.

Change-Id: If04a9a3903dcd9a4a370179382cd794166373d5d
Closes-Bug:#1693670
2017-06-04 21:56:48 +08:00
Andreas Jaeger 44077f7ab7 Remove unused pngmath Sphinx extension
There's no RST file that uses ".. math" and thus
the pngmath Sphinx extension is not used and can get
removed.

Change-Id: I3ea4b529025c8ac3c4092f3720124647861e6668
2016-03-01 08:39:39 +00:00
ting.wang 130460f464 Replace deprecated library function os.popen() with subprocess
os.popen() is deprecated since python 2.6.
Resolved with use of subprocess module.

Change-Id: I343d34f43ab7a1472040c3c2aca920c0e4fa1aa8
Closes-Bug: #1529836
2016-01-13 23:30:12 +08:00
zhu.rong 97124316b3 Update the Murano-dashboard docs
Update the Murano-dashboard docs
1.sections align with text
2.update the end-user url
3.update the git repo

Change-Id: I53d805e1f3dadc0007be688ed3aa462f0423d54f
2015-09-22 21:40:50 +08:00
Stan Lagun 36d0141cc8 KEERO-318 - Fix all occurrences of old names (keero, glazier) in Dashboard 2013-04-26 16:25:58 +04:00
Serg Melikyan 4c36d11381 Removed all projects except Glazier Dashboard 2013-04-09 14:52:04 +04:00