11 Commits

Author SHA1 Message Date
Andreas Jaeger
b13184b995 Update openstackdocstheme
Update requirements, simplifiy conf.py with new theme requirement.

Change-Id: I5e49078171d92892470bc438a377f780a817a5fd
2017-06-27 07:37:52 +02:00
gengchc2
2be8e29450 Use https instead of http for git.openstack.org
Trivialfix

Change-Id: I31483038b06270fbf3692b1325f1c7a10ca4c22a
2017-02-07 10:53:56 +08:00
Yatin Kumbhare
804da5f03d Fix for the deprecated library function
os.popen() is deprecated since version 2.6. Resolved with use of
subprocess module.

Change-Id: Ie7e0cf06fb5f6a40984a24b3c9123187c0a3a3cc
2016-01-05 18:09:37 +05:30
Andreas Jaeger
31f1bebf8f Report bugs against openstack-api-site
For RST projects, set the launchpad project users report bugs against to
"openstack-api-site".

This variable will be used by the next openstackdocstheme update.

Closes-Bug: #1524476
Change-Id: I97a4ff8fd60ab5122724f856b695ad007e9b2fcb
2015-12-10 09:38:08 +01:00
Diane Fleming
82e9181236 Editorial review and update of first app doc
Change-Id: Id4a59a39e70ab083f90fcc17b0f2d40463af76a4
Closes-Bug: #1516850
2015-11-20 07:38:41 +01:00
Andreas Jaeger
82963634bb Do not copy sources
We do not need to copy source files anymore with current
openstackdocstheme, unset html_show_sourcelink and html_copy_source
links. Report a bug works without these as well.

This reduces the amount of files we build and publish (for Install Guide
from 42 MB to 39 MB), and thus speeds up building (from 44 to 41s for
Install Guide) slightly.

Change-Id: I5d8f332aedd03ef1b2732bcfe01d2338f78fb29d
2015-10-14 09:24:53 +02:00
Andreas Jaeger
18058105fb Update for openstackdocstheme 1.2.3
Require new version and cleanup conf.py, we do no need pwd variable
anymore.

Sync pbr requirements with global requirements. Update
openstack-doc-tools requirements, we use 0.30 everywhere else.

Change-Id: I53a222445967092e08a1b598a19e8bbe71e378a6
2015-10-06 19:48:29 +02:00
Andreas Jaeger
b42c8489f1 Update log-a-bug comments
Enhance comments for firstapp conf.py.

Change-Id: I823b61cd3059850e306d42c65c280f83f533f5ab
Co-Authored-By: Bernd Bausch <berndbausch@gmail.com>
2015-10-06 13:48:44 +02:00
Andreas Jaeger
7ec0155997 Set giturl for openstackdocstheme 1.2.3
Change-Id: I468b12dfffcea9857104a0f9d561b869d792c826
2015-10-06 08:30:57 +02:00
Andreas Jaeger
1d41de5688 Add launchpad tag used by "Report a bug"
"Report a bug" automatically populates bugs on launchpad with
information about the manual. This additional config setting
will allow "Report a bug" to automatically tag the bug with the
respective manual.

Change-Id: Ia46756f9e9e9f0ee117a821403ef1dbef0434b6e
2015-05-28 19:47:52 +02:00
Andreas Jaeger
f58477ef61 FirstApp: Move source directory up, rename top-level dir
For the RST guides, we do not need doc/source, since doc is always
empty. Use source directly.

This syncs the setup used here with openstack-manuals.

Rename top-level from openstack-firstapp to firstapp, there's no need
for the long name in this repo.

Change-Id: If4e11a4f90d580876865348e0d88b92cec4b6659
2015-05-01 17:22:46 +02:00