From 80480aa29ab372eefb4032d1874541ad3d838acc Mon Sep 17 00:00:00 2001 From: Graham Hayes Date: Tue, 23 Aug 2016 13:56:29 +0100 Subject: [PATCH] Update docs for openstackdocstheme Change-Id: I9c14e4ac5fe24e162edeb37b16002ae7cfbc0fac --- README.rst | 2 +- doc/source/usage.rst | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index e06b060..34174e9 100644 --- a/README.rst +++ b/README.rst @@ -11,7 +11,7 @@ to insert semi-structured data describing request and response parameters, and turn those into nice tables. The project also includes a set of styling (and javascript) that is -expected to layer on top of an ``oslosphinx`` theme base. This +expected to layer on top of an ``openstackdocstheme`` theme base. This provides a nice set of collapsing sections for REST methods and javascript controls to expand / collapse all sections. diff --git a/doc/source/usage.rst b/doc/source/usage.rst index 82479f3..1a607b3 100644 --- a/doc/source/usage.rst +++ b/doc/source/usage.rst @@ -6,7 +6,7 @@ devoted solely to the documentation of the API. Modify your ``source/conf.py`` file to include ``os_api_ref`` in the list of sphinx extensions. This extension assumes you are also using -``oslosphinx`` for some of the styling, and may not fully work if you +``openstackdocstheme`` for some of the styling, and may not fully work if you are not. .. code-block:: python @@ -16,7 +16,6 @@ are not. extensions = [ 'os_api_ref', - 'oslosphinx', ]