Commit Graph

9 Commits

Author SHA1 Message Date
Akihiro Motoki 2baea728dd Retire project
In Queens development cycle, openstack_auth code was merged
into the horizon repository.

blueprint merge-openstack-auth

Change-Id: I74b10a90fe79fc768cfb8de6f68d3cd2f4938e51
2017-12-23 03:22:21 +09:00
Akihiro Motoki 43c6e3157c doc: cleanup doc build configuration
* Populate doc build timestamp
* Fix the title of reference/user.rst as openstackdocstheme does not
  handle a title string with backquoted string in the nav icons.
* Remove unnecessary build configurations (manpage, latex, texinfo)
* Remove the heading "Indices and tables" in index.rst.
  It simplifies the toc of the top page.

Change-Id: If35bd99ee203105418ea49eb921b2d6d428e0187
2017-06-30 02:02:14 +09:00
Doug Hellmann d1efd47a0b switch from oslosphinx to openstackdocstheme
Change-Id: I98caec52c74b44d94372ff5c1f4ddc695a0c3d4c
Depends-On: Ifc5512c0e2373cf3387e0e0498268eab092e52bb
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-06-26 15:58:00 -04:00
Akihiro Motoki b0a2a39508 Fix doc build
Starting in Django 1.7, standalone scripts, such as a sphinx build
require that django.setup() be called first. See:
https://docs.djangoproject.com/en/1.8/releases/1.7/#standalone-scripts

This should be added to the horizon/docs/source/conf.py

setenv DJANGO_SETTINGS_MODULE for docs env in tox.ini
is no longer needed as it is configured in doc/source/conf.py.

Change-Id: I910dae37770ab9767689918a0c61b78d9c56115a
2017-06-05 09:39:31 +00:00
Akihiro Motoki bc5f1df5a9 Cleanup doc warnings and enforce warning-is-error in sphinx
* doc/source/conf.py: html_static_path pointed to nonexisting dir
* Fix indent error in python codes
* Insert blank lines before starting code block
* Enable warning-is-error in setup.cfg to prevent future warnings
* 'all_files' should be 'all-files' in setup.cfg

Change-Id: I7c5bc31be9c95ec78f18f895014a03cb003d7e04
2017-03-24 23:05:56 +09:00
lin-hua-cheng aa8751e57e Fixes modules index generated by Sphinx
Sphinx was always using (o)penstack_auth for the prefix so the index
wasn't very useful.

Change-Id: I872b883688eba22631dd030dad9430b39a19f333
2015-07-09 21:28:20 -07:00
Akihiro Motoki 015f435452 Set DJANGO_SETTINGS_MODULE envvar in doc/source/conf.py
This fixes the issue that the doc is not generated properly
in gate-django_openstack_auth-docs job.

Change-Id: I5780ee32856a9b1fd4aed5b6a1a84d319aaf464e
Closes-Bug: #1369064
2014-09-13 19:43:20 +09:00
Dirk Mueller 5f5641482c Switch over to oslosphinx
oslosphinx is the new name of oslo.sphinx

Closes-Bug: #1277168
Change-Id: I717c92bf62b8820517d1c0f1f83c75713a680ed7
2014-02-14 16:31:22 +01:00
Monty Taylor 985bf5659c Align with OpenStack project standards
Change-Id: If03b325c941dcac257b25b90c8b152dcead5edd2
2013-09-10 16:58:11 -05:00