diff --git a/.gitignore b/.gitignore index 93cceb3..4dd3851 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ _build/ /dist/ /openstackdocstheme.egg-info/ *.pyc +doc/build diff --git a/doc/source/_static/css/.placeholder b/doc/source/_static/css/.placeholder new file mode 100644 index 0000000..e69de29 diff --git a/conf.py b/doc/source/conf.py similarity index 99% rename from conf.py rename to doc/source/conf.py index fcc4a37..2bab1ee 100644 --- a/conf.py +++ b/doc/source/conf.py @@ -28,7 +28,7 @@ import os # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. -extensions = [] +extensions = ['openstackdocstheme'] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] diff --git a/openstackdocstheme/__init__.py b/openstackdocstheme/__init__.py index f936c11..7373e99 100644 --- a/openstackdocstheme/__init__.py +++ b/openstackdocstheme/__init__.py @@ -17,7 +17,7 @@ import os def builder_inited(app): theme_dir = os.path.join(os.path.dirname(__file__), 'theme') - app.info('Using openstack theme from %s' % theme_dir) + app.info('Using openstackdocs theme from %s' % theme_dir) # Insert our theme directory at the front of the search path and # force the theme setting to use the one in the package unless # another openstack theme is already selected. This is done here, @@ -28,7 +28,7 @@ def builder_inited(app): app.config.html_theme_path.insert(0, theme_dir) # Set the theme name if not app.config.html_theme.startswith('openstack'): - app.config.html_theme = 'openstackdocstheme' + app.config.html_theme = 'openstackdocs' # Re-initialize the builder, if it has the method for setting up # the templates and theme. if hasattr(app.builder, 'init_templates'): @@ -36,4 +36,4 @@ def builder_inited(app): def setup(app): - app.connect('builder-inited', builder_inited) \ No newline at end of file + app.connect('builder-inited', builder_inited) diff --git a/openstackdocstheme/theme/_static/css/bootstrap.css b/openstackdocstheme/theme/openstackdocs/_static/css/bootstrap.css similarity index 100% rename from openstackdocstheme/theme/_static/css/bootstrap.css rename to openstackdocstheme/theme/openstackdocs/_static/css/bootstrap.css diff --git a/openstackdocstheme/theme/_static/css/bootstrap.min.css b/openstackdocstheme/theme/openstackdocs/_static/css/bootstrap.min.css similarity index 100% rename from openstackdocstheme/theme/_static/css/bootstrap.min.css rename to openstackdocstheme/theme/openstackdocs/_static/css/bootstrap.min.css diff --git a/openstackdocstheme/theme/_static/css/combined.css b/openstackdocstheme/theme/openstackdocs/_static/css/combined.css similarity index 100% rename from openstackdocstheme/theme/_static/css/combined.css rename to openstackdocstheme/theme/openstackdocs/_static/css/combined.css diff --git a/openstackdocstheme/theme/_static/css/docblitz.css b/openstackdocstheme/theme/openstackdocs/_static/css/docblitz.css similarity index 100% rename from openstackdocstheme/theme/_static/css/docblitz.css rename to openstackdocstheme/theme/openstackdocs/_static/css/docblitz.css diff --git a/openstackdocstheme/theme/_static/css/font-awesome.min.css b/openstackdocstheme/theme/openstackdocs/_static/css/font-awesome.min.css similarity index 100% rename from openstackdocstheme/theme/_static/css/font-awesome.min.css rename to openstackdocstheme/theme/openstackdocs/_static/css/font-awesome.min.css diff --git a/openstackdocstheme/theme/_static/css/homepage-updated.css b/openstackdocstheme/theme/openstackdocs/_static/css/homepage-updated.css similarity index 100% rename from openstackdocstheme/theme/_static/css/homepage-updated.css rename to openstackdocstheme/theme/openstackdocs/_static/css/homepage-updated.css diff --git a/openstackdocstheme/theme/_static/css/homepage.css b/openstackdocstheme/theme/openstackdocs/_static/css/homepage.css similarity index 100% rename from openstackdocstheme/theme/_static/css/homepage.css rename to openstackdocstheme/theme/openstackdocs/_static/css/homepage.css diff --git a/openstackdocstheme/theme/_static/css/main-landing.css b/openstackdocstheme/theme/openstackdocs/_static/css/main-landing.css similarity index 100% rename from openstackdocstheme/theme/_static/css/main-landing.css rename to openstackdocstheme/theme/openstackdocs/_static/css/main-landing.css diff --git a/openstackdocstheme/theme/_static/css/new-homepage.css b/openstackdocstheme/theme/openstackdocs/_static/css/new-homepage.css similarity index 100% rename from openstackdocstheme/theme/_static/css/new-homepage.css rename to openstackdocstheme/theme/openstackdocs/_static/css/new-homepage.css diff --git a/openstackdocstheme/theme/_static/css/positioning.css b/openstackdocstheme/theme/openstackdocs/_static/css/positioning.css similarity index 100% rename from openstackdocstheme/theme/_static/css/positioning.css rename to openstackdocstheme/theme/openstackdocs/_static/css/positioning.css diff --git a/openstackdocstheme/theme/_static/css/styles.css b/openstackdocstheme/theme/openstackdocs/_static/css/styles.css similarity index 100% rename from openstackdocstheme/theme/_static/css/styles.css rename to openstackdocstheme/theme/openstackdocs/_static/css/styles.css diff --git a/openstackdocstheme/theme/_static/favicon.ico b/openstackdocstheme/theme/openstackdocs/_static/favicon.ico similarity index 100% rename from openstackdocstheme/theme/_static/favicon.ico rename to openstackdocstheme/theme/openstackdocs/_static/favicon.ico diff --git a/openstackdocstheme/theme/_static/fonts/fontawesome-webfont.woff b/openstackdocstheme/theme/openstackdocs/_static/fonts/fontawesome-webfont.woff similarity index 100% rename from openstackdocstheme/theme/_static/fonts/fontawesome-webfont.woff rename to openstackdocstheme/theme/openstackdocs/_static/fonts/fontawesome-webfont.woff diff --git a/openstackdocstheme/theme/_static/images/OpenStackOpsGuide.jpg b/openstackdocstheme/theme/openstackdocs/_static/images/OpenStackOpsGuide.jpg similarity index 100% rename from openstackdocstheme/theme/_static/images/OpenStackOpsGuide.jpg rename to openstackdocstheme/theme/openstackdocs/_static/images/OpenStackOpsGuide.jpg diff --git a/openstackdocstheme/theme/_static/images/arch-guide-cover.png b/openstackdocstheme/theme/openstackdocs/_static/images/arch-guide-cover.png similarity index 100% rename from openstackdocstheme/theme/_static/images/arch-guide-cover.png rename to openstackdocstheme/theme/openstackdocs/_static/images/arch-guide-cover.png diff --git a/openstackdocstheme/theme/_static/images/book_open.png b/openstackdocstheme/theme/openstackdocs/_static/images/book_open.png similarity index 100% rename from openstackdocstheme/theme/_static/images/book_open.png rename to openstackdocstheme/theme/openstackdocs/_static/images/book_open.png diff --git a/openstackdocstheme/theme/_static/images/breadcrumb-arrow.png b/openstackdocstheme/theme/openstackdocs/_static/images/breadcrumb-arrow.png similarity index 100% rename from openstackdocstheme/theme/_static/images/breadcrumb-arrow.png rename to openstackdocstheme/theme/openstackdocs/_static/images/breadcrumb-arrow.png diff --git a/openstackdocstheme/theme/_static/images/compute-admin.png b/openstackdocstheme/theme/openstackdocs/_static/images/compute-admin.png similarity index 100% rename from openstackdocstheme/theme/_static/images/compute-admin.png rename to openstackdocstheme/theme/openstackdocs/_static/images/compute-admin.png diff --git a/openstackdocstheme/theme/_static/images/compute-dev-guide.png b/openstackdocstheme/theme/openstackdocs/_static/images/compute-dev-guide.png similarity index 100% rename from openstackdocstheme/theme/_static/images/compute-dev-guide.png rename to openstackdocstheme/theme/openstackdocs/_static/images/compute-dev-guide.png diff --git a/openstackdocstheme/theme/_static/images/docs/license.jpg b/openstackdocstheme/theme/openstackdocs/_static/images/docs/license.jpg similarity index 100% rename from openstackdocstheme/theme/_static/images/docs/license.jpg rename to openstackdocstheme/theme/openstackdocs/_static/images/docs/license.jpg diff --git a/openstackdocstheme/theme/_static/images/docs/superuser1.png b/openstackdocstheme/theme/openstackdocs/_static/images/docs/superuser1.png similarity index 100% rename from openstackdocstheme/theme/_static/images/docs/superuser1.png rename to openstackdocstheme/theme/openstackdocs/_static/images/docs/superuser1.png diff --git a/openstackdocstheme/theme/_static/images/docs/superuser2.png b/openstackdocstheme/theme/openstackdocs/_static/images/docs/superuser2.png similarity index 100% rename from openstackdocstheme/theme/_static/images/docs/superuser2.png rename to openstackdocstheme/theme/openstackdocs/_static/images/docs/superuser2.png diff --git a/openstackdocstheme/theme/_static/images/docs/superuser3.png b/openstackdocstheme/theme/openstackdocs/_static/images/docs/superuser3.png similarity index 100% rename from openstackdocstheme/theme/_static/images/docs/superuser3.png rename to openstackdocstheme/theme/openstackdocs/_static/images/docs/superuser3.png diff --git a/openstackdocstheme/theme/_static/images/docs/superuser4.png b/openstackdocstheme/theme/openstackdocs/_static/images/docs/superuser4.png similarity index 100% rename from openstackdocstheme/theme/_static/images/docs/superuser4.png rename to openstackdocstheme/theme/openstackdocs/_static/images/docs/superuser4.png diff --git a/openstackdocstheme/theme/_static/images/footer-facebook-hover.png b/openstackdocstheme/theme/openstackdocs/_static/images/footer-facebook-hover.png similarity index 100% rename from openstackdocstheme/theme/_static/images/footer-facebook-hover.png rename to openstackdocstheme/theme/openstackdocs/_static/images/footer-facebook-hover.png diff --git a/openstackdocstheme/theme/_static/images/footer-facebook.png b/openstackdocstheme/theme/openstackdocs/_static/images/footer-facebook.png similarity index 100% rename from openstackdocstheme/theme/_static/images/footer-facebook.png rename to openstackdocstheme/theme/openstackdocs/_static/images/footer-facebook.png diff --git a/openstackdocstheme/theme/_static/images/footer-github-hover.png b/openstackdocstheme/theme/openstackdocs/_static/images/footer-github-hover.png similarity index 100% rename from openstackdocstheme/theme/_static/images/footer-github-hover.png rename to openstackdocstheme/theme/openstackdocs/_static/images/footer-github-hover.png diff --git a/openstackdocstheme/theme/_static/images/footer-github.png b/openstackdocstheme/theme/openstackdocs/_static/images/footer-github.png similarity index 100% rename from openstackdocstheme/theme/_static/images/footer-github.png rename to openstackdocstheme/theme/openstackdocs/_static/images/footer-github.png diff --git a/openstackdocstheme/theme/_static/images/footer-linkedin-hover.png b/openstackdocstheme/theme/openstackdocs/_static/images/footer-linkedin-hover.png similarity index 100% rename from openstackdocstheme/theme/_static/images/footer-linkedin-hover.png rename to openstackdocstheme/theme/openstackdocs/_static/images/footer-linkedin-hover.png diff --git a/openstackdocstheme/theme/_static/images/footer-linkedin.png b/openstackdocstheme/theme/openstackdocs/_static/images/footer-linkedin.png similarity index 100% rename from openstackdocstheme/theme/_static/images/footer-linkedin.png rename to openstackdocstheme/theme/openstackdocs/_static/images/footer-linkedin.png diff --git a/openstackdocstheme/theme/_static/images/footer-logo.png b/openstackdocstheme/theme/openstackdocs/_static/images/footer-logo.png similarity index 100% rename from openstackdocstheme/theme/_static/images/footer-logo.png rename to openstackdocstheme/theme/openstackdocs/_static/images/footer-logo.png diff --git a/openstackdocstheme/theme/_static/images/footer-twitter-hover.png b/openstackdocstheme/theme/openstackdocs/_static/images/footer-twitter-hover.png similarity index 100% rename from openstackdocstheme/theme/_static/images/footer-twitter-hover.png rename to openstackdocstheme/theme/openstackdocs/_static/images/footer-twitter-hover.png diff --git a/openstackdocstheme/theme/_static/images/footer-twitter.png b/openstackdocstheme/theme/openstackdocs/_static/images/footer-twitter.png similarity index 100% rename from openstackdocstheme/theme/_static/images/footer-twitter.png rename to openstackdocstheme/theme/openstackdocs/_static/images/footer-twitter.png diff --git a/openstackdocstheme/theme/_static/images/footer-youtube-hover.png b/openstackdocstheme/theme/openstackdocs/_static/images/footer-youtube-hover.png similarity index 100% rename from openstackdocstheme/theme/_static/images/footer-youtube-hover.png rename to openstackdocstheme/theme/openstackdocs/_static/images/footer-youtube-hover.png diff --git a/openstackdocstheme/theme/_static/images/footer-youtube.png b/openstackdocstheme/theme/openstackdocs/_static/images/footer-youtube.png similarity index 100% rename from openstackdocstheme/theme/_static/images/footer-youtube.png rename to openstackdocstheme/theme/openstackdocs/_static/images/footer-youtube.png diff --git a/openstackdocstheme/theme/_static/images/header-bg.gif b/openstackdocstheme/theme/openstackdocs/_static/images/header-bg.gif similarity index 100% rename from openstackdocstheme/theme/_static/images/header-bg.gif rename to openstackdocstheme/theme/openstackdocs/_static/images/header-bg.gif diff --git a/openstackdocstheme/theme/_static/images/highlight-blue.gif b/openstackdocstheme/theme/openstackdocs/_static/images/highlight-blue.gif similarity index 100% rename from openstackdocstheme/theme/_static/images/highlight-blue.gif rename to openstackdocstheme/theme/openstackdocs/_static/images/highlight-blue.gif diff --git a/openstackdocstheme/theme/_static/images/highlight-yellow.gif b/openstackdocstheme/theme/openstackdocs/_static/images/highlight-yellow.gif similarity index 100% rename from openstackdocstheme/theme/_static/images/highlight-yellow.gif rename to openstackdocstheme/theme/openstackdocs/_static/images/highlight-yellow.gif diff --git a/openstackdocstheme/theme/_static/images/highlighter.png b/openstackdocstheme/theme/openstackdocs/_static/images/highlighter.png similarity index 100% rename from openstackdocstheme/theme/_static/images/highlighter.png rename to openstackdocstheme/theme/openstackdocs/_static/images/highlighter.png diff --git a/openstackdocstheme/theme/_static/images/large-manual.png b/openstackdocstheme/theme/openstackdocs/_static/images/large-manual.png similarity index 100% rename from openstackdocstheme/theme/_static/images/large-manual.png rename to openstackdocstheme/theme/openstackdocs/_static/images/large-manual.png diff --git a/openstackdocstheme/theme/_static/images/loading.gif b/openstackdocstheme/theme/openstackdocs/_static/images/loading.gif similarity index 100% rename from openstackdocstheme/theme/_static/images/loading.gif rename to openstackdocstheme/theme/openstackdocs/_static/images/loading.gif diff --git a/openstackdocstheme/theme/_static/images/next-arrow.png b/openstackdocstheme/theme/openstackdocs/_static/images/next-arrow.png similarity index 100% rename from openstackdocstheme/theme/_static/images/next-arrow.png rename to openstackdocstheme/theme/openstackdocs/_static/images/next-arrow.png diff --git a/openstackdocstheme/theme/_static/images/note.png b/openstackdocstheme/theme/openstackdocs/_static/images/note.png similarity index 100% rename from openstackdocstheme/theme/_static/images/note.png rename to openstackdocstheme/theme/openstackdocs/_static/images/note.png diff --git a/openstackdocstheme/theme/_static/images/openstack-arch-guide-team.png b/openstackdocstheme/theme/openstackdocs/_static/images/openstack-arch-guide-team.png similarity index 100% rename from openstackdocstheme/theme/_static/images/openstack-arch-guide-team.png rename to openstackdocstheme/theme/openstackdocs/_static/images/openstack-arch-guide-team.png diff --git a/openstackdocstheme/theme/_static/images/openstack-logo-full.png b/openstackdocstheme/theme/openstackdocs/_static/images/openstack-logo-full.png similarity index 100% rename from openstackdocstheme/theme/_static/images/openstack-logo-full.png rename to openstackdocstheme/theme/openstackdocs/_static/images/openstack-logo-full.png diff --git a/openstackdocstheme/theme/_static/images/openstack-logo-full.svg b/openstackdocstheme/theme/openstackdocs/_static/images/openstack-logo-full.svg similarity index 100% rename from openstackdocstheme/theme/_static/images/openstack-logo-full.svg rename to openstackdocstheme/theme/openstackdocs/_static/images/openstack-logo-full.svg diff --git a/openstackdocstheme/theme/_static/images/openstack-logo-vert.png b/openstackdocstheme/theme/openstackdocs/_static/images/openstack-logo-vert.png similarity index 100% rename from openstackdocstheme/theme/_static/images/openstack-logo-vert.png rename to openstackdocstheme/theme/openstackdocs/_static/images/openstack-logo-vert.png diff --git a/openstackdocstheme/theme/_static/images/openstack-logo-vert.svg b/openstackdocstheme/theme/openstackdocs/_static/images/openstack-logo-vert.svg similarity index 100% rename from openstackdocstheme/theme/_static/images/openstack-logo-vert.svg rename to openstackdocstheme/theme/openstackdocs/_static/images/openstack-logo-vert.svg diff --git a/openstackdocstheme/theme/_static/images/openstack-logo.png b/openstackdocstheme/theme/openstackdocs/_static/images/openstack-logo.png similarity index 100% rename from openstackdocstheme/theme/_static/images/openstack-logo.png rename to openstackdocstheme/theme/openstackdocs/_static/images/openstack-logo.png diff --git a/openstackdocstheme/theme/_static/images/openstack-manual.png b/openstackdocstheme/theme/openstackdocs/_static/images/openstack-manual.png similarity index 100% rename from openstackdocstheme/theme/_static/images/openstack-manual.png rename to openstackdocstheme/theme/openstackdocs/_static/images/openstack-manual.png diff --git a/openstackdocstheme/theme/_static/images/openstack-security-guide-team.jpg b/openstackdocstheme/theme/openstackdocs/_static/images/openstack-security-guide-team.jpg similarity index 100% rename from openstackdocstheme/theme/_static/images/openstack-security-guide-team.jpg rename to openstackdocstheme/theme/openstackdocs/_static/images/openstack-security-guide-team.jpg diff --git a/openstackdocstheme/theme/_static/images/openstack-security-guide.jpg b/openstackdocstheme/theme/openstackdocs/_static/images/openstack-security-guide.jpg similarity index 100% rename from openstackdocstheme/theme/_static/images/openstack-security-guide.jpg rename to openstackdocstheme/theme/openstackdocs/_static/images/openstack-security-guide.jpg diff --git a/openstackdocstheme/theme/_static/images/oreilly-openstack-ops-guide.png b/openstackdocstheme/theme/openstackdocs/_static/images/oreilly-openstack-ops-guide.png similarity index 100% rename from openstackdocstheme/theme/_static/images/oreilly-openstack-ops-guide.png rename to openstackdocstheme/theme/openstackdocs/_static/images/oreilly-openstack-ops-guide.png diff --git a/openstackdocstheme/theme/_static/images/page_white_text.png b/openstackdocstheme/theme/openstackdocs/_static/images/page_white_text.png similarity index 100% rename from openstackdocstheme/theme/_static/images/page_white_text.png rename to openstackdocstheme/theme/openstackdocs/_static/images/page_white_text.png diff --git a/openstackdocstheme/theme/_static/images/paperclip.gif b/openstackdocstheme/theme/openstackdocs/_static/images/paperclip.gif similarity index 100% rename from openstackdocstheme/theme/_static/images/paperclip.gif rename to openstackdocstheme/theme/openstackdocs/_static/images/paperclip.gif diff --git a/openstackdocstheme/theme/_static/images/previous-arrow.png b/openstackdocstheme/theme/openstackdocs/_static/images/previous-arrow.png similarity index 100% rename from openstackdocstheme/theme/_static/images/previous-arrow.png rename to openstackdocstheme/theme/openstackdocs/_static/images/previous-arrow.png diff --git a/openstackdocstheme/theme/_static/images/search-icon.png b/openstackdocstheme/theme/openstackdocs/_static/images/search-icon.png similarity index 100% rename from openstackdocstheme/theme/_static/images/search-icon.png rename to openstackdocstheme/theme/openstackdocs/_static/images/search-icon.png diff --git a/openstackdocstheme/theme/_static/images/selection-arrow.png b/openstackdocstheme/theme/openstackdocs/_static/images/selection-arrow.png similarity index 100% rename from openstackdocstheme/theme/_static/images/selection-arrow.png rename to openstackdocstheme/theme/openstackdocs/_static/images/selection-arrow.png diff --git a/openstackdocstheme/theme/_static/images/showHideTreeIcons.png b/openstackdocstheme/theme/openstackdocs/_static/images/showHideTreeIcons.png similarity index 100% rename from openstackdocstheme/theme/_static/images/showHideTreeIcons.png rename to openstackdocstheme/theme/openstackdocs/_static/images/showHideTreeIcons.png diff --git a/openstackdocstheme/theme/_static/images/sidebar.png b/openstackdocstheme/theme/openstackdocs/_static/images/sidebar.png similarity index 100% rename from openstackdocstheme/theme/_static/images/sidebar.png rename to openstackdocstheme/theme/openstackdocs/_static/images/sidebar.png diff --git a/openstackdocstheme/theme/_static/images/small-manual.png b/openstackdocstheme/theme/openstackdocs/_static/images/small-manual.png similarity index 100% rename from openstackdocstheme/theme/_static/images/small-manual.png rename to openstackdocstheme/theme/openstackdocs/_static/images/small-manual.png diff --git a/openstackdocstheme/theme/_static/images/storage-admin.png b/openstackdocstheme/theme/openstackdocs/_static/images/storage-admin.png similarity index 100% rename from openstackdocstheme/theme/_static/images/storage-admin.png rename to openstackdocstheme/theme/openstackdocs/_static/images/storage-admin.png diff --git a/openstackdocstheme/theme/_static/images/storage-dev-guide.png b/openstackdocstheme/theme/openstackdocs/_static/images/storage-dev-guide.png similarity index 100% rename from openstackdocstheme/theme/_static/images/storage-dev-guide.png rename to openstackdocstheme/theme/openstackdocs/_static/images/storage-dev-guide.png diff --git a/openstackdocstheme/theme/_static/images/toc-icon.png b/openstackdocstheme/theme/openstackdocs/_static/images/toc-icon.png similarity index 100% rename from openstackdocstheme/theme/_static/images/toc-icon.png rename to openstackdocstheme/theme/openstackdocs/_static/images/toc-icon.png diff --git a/openstackdocstheme/theme/_static/jquery/jTweetsAnywhere/jquery.jtweetsanywhere-1.2.1.css b/openstackdocstheme/theme/openstackdocs/_static/jquery/jTweetsAnywhere/jquery.jtweetsanywhere-1.2.1.css similarity index 100% rename from openstackdocstheme/theme/_static/jquery/jTweetsAnywhere/jquery.jtweetsanywhere-1.2.1.css rename to openstackdocstheme/theme/openstackdocs/_static/jquery/jTweetsAnywhere/jquery.jtweetsanywhere-1.2.1.css diff --git a/openstackdocstheme/theme/_static/jquery/jTweetsAnywhere/jquery.jtweetsanywhere-1.2.1.js b/openstackdocstheme/theme/openstackdocs/_static/jquery/jTweetsAnywhere/jquery.jtweetsanywhere-1.2.1.js similarity index 100% rename from openstackdocstheme/theme/_static/jquery/jTweetsAnywhere/jquery.jtweetsanywhere-1.2.1.js rename to openstackdocstheme/theme/openstackdocs/_static/jquery/jTweetsAnywhere/jquery.jtweetsanywhere-1.2.1.js diff --git a/openstackdocstheme/theme/_static/jquery/jTweetsAnywhere/jquery.jtweetsanywhere-1.2.1.min.js b/openstackdocstheme/theme/openstackdocs/_static/jquery/jTweetsAnywhere/jquery.jtweetsanywhere-1.2.1.min.js similarity index 100% rename from openstackdocstheme/theme/_static/jquery/jTweetsAnywhere/jquery.jtweetsanywhere-1.2.1.min.js rename to openstackdocstheme/theme/openstackdocs/_static/jquery/jTweetsAnywhere/jquery.jtweetsanywhere-1.2.1.min.js diff --git a/openstackdocstheme/theme/_static/jquery/jTweetsAnywhere/license.txt b/openstackdocstheme/theme/openstackdocs/_static/jquery/jTweetsAnywhere/license.txt similarity index 100% rename from openstackdocstheme/theme/_static/jquery/jTweetsAnywhere/license.txt rename to openstackdocstheme/theme/openstackdocs/_static/jquery/jTweetsAnywhere/license.txt diff --git a/openstackdocstheme/theme/_static/jquery/jquery-1.4.2.min.js b/openstackdocstheme/theme/openstackdocs/_static/jquery/jquery-1.4.2.min.js similarity index 100% rename from openstackdocstheme/theme/_static/jquery/jquery-1.4.2.min.js rename to openstackdocstheme/theme/openstackdocs/_static/jquery/jquery-1.4.2.min.js diff --git a/openstackdocstheme/theme/_static/jquery/jquery-ui-1.8.2.custom.min.js b/openstackdocstheme/theme/openstackdocs/_static/jquery/jquery-ui-1.8.2.custom.min.js similarity index 100% rename from openstackdocstheme/theme/_static/jquery/jquery-ui-1.8.2.custom.min.js rename to openstackdocstheme/theme/openstackdocs/_static/jquery/jquery-ui-1.8.2.custom.min.js diff --git a/openstackdocstheme/theme/_static/jquery/jquery.cookie.js b/openstackdocstheme/theme/openstackdocs/_static/jquery/jquery.cookie.js similarity index 100% rename from openstackdocstheme/theme/_static/jquery/jquery.cookie.js rename to openstackdocstheme/theme/openstackdocs/_static/jquery/jquery.cookie.js diff --git a/openstackdocstheme/theme/_static/jquery/jquery.hoverIntent.minified.js b/openstackdocstheme/theme/openstackdocs/_static/jquery/jquery.hoverIntent.minified.js similarity index 100% rename from openstackdocstheme/theme/_static/jquery/jquery.hoverIntent.minified.js rename to openstackdocstheme/theme/openstackdocs/_static/jquery/jquery.hoverIntent.minified.js diff --git a/openstackdocstheme/theme/_static/jquery/theme-redmond/images/ui-anim_basic_16x16.gif b/openstackdocstheme/theme/openstackdocs/_static/jquery/theme-redmond/images/ui-anim_basic_16x16.gif similarity index 100% rename from openstackdocstheme/theme/_static/jquery/theme-redmond/images/ui-anim_basic_16x16.gif rename to openstackdocstheme/theme/openstackdocs/_static/jquery/theme-redmond/images/ui-anim_basic_16x16.gif diff --git a/openstackdocstheme/theme/_static/jquery/theme-redmond/images/ui-bg_flat_0_aaaaaa_40x100.png b/openstackdocstheme/theme/openstackdocs/_static/jquery/theme-redmond/images/ui-bg_flat_0_aaaaaa_40x100.png similarity index 100% rename from openstackdocstheme/theme/_static/jquery/theme-redmond/images/ui-bg_flat_0_aaaaaa_40x100.png rename to openstackdocstheme/theme/openstackdocs/_static/jquery/theme-redmond/images/ui-bg_flat_0_aaaaaa_40x100.png diff --git a/openstackdocstheme/theme/_static/jquery/theme-redmond/images/ui-bg_flat_55_fbec88_40x100.png b/openstackdocstheme/theme/openstackdocs/_static/jquery/theme-redmond/images/ui-bg_flat_55_fbec88_40x100.png similarity index 100% rename from openstackdocstheme/theme/_static/jquery/theme-redmond/images/ui-bg_flat_55_fbec88_40x100.png rename to openstackdocstheme/theme/openstackdocs/_static/jquery/theme-redmond/images/ui-bg_flat_55_fbec88_40x100.png diff --git a/openstackdocstheme/theme/_static/jquery/theme-redmond/images/ui-bg_glass_75_d0e5f5_1x400.png b/openstackdocstheme/theme/openstackdocs/_static/jquery/theme-redmond/images/ui-bg_glass_75_d0e5f5_1x400.png similarity index 100% rename from openstackdocstheme/theme/_static/jquery/theme-redmond/images/ui-bg_glass_75_d0e5f5_1x400.png rename to openstackdocstheme/theme/openstackdocs/_static/jquery/theme-redmond/images/ui-bg_glass_75_d0e5f5_1x400.png diff --git a/openstackdocstheme/theme/_static/jquery/theme-redmond/images/ui-bg_glass_85_dfeffc_1x400.png b/openstackdocstheme/theme/openstackdocs/_static/jquery/theme-redmond/images/ui-bg_glass_85_dfeffc_1x400.png similarity index 100% rename from openstackdocstheme/theme/_static/jquery/theme-redmond/images/ui-bg_glass_85_dfeffc_1x400.png rename to openstackdocstheme/theme/openstackdocs/_static/jquery/theme-redmond/images/ui-bg_glass_85_dfeffc_1x400.png diff --git a/openstackdocstheme/theme/_static/jquery/theme-redmond/images/ui-bg_glass_95_fef1ec_1x400.png b/openstackdocstheme/theme/openstackdocs/_static/jquery/theme-redmond/images/ui-bg_glass_95_fef1ec_1x400.png similarity index 100% rename from openstackdocstheme/theme/_static/jquery/theme-redmond/images/ui-bg_glass_95_fef1ec_1x400.png rename to openstackdocstheme/theme/openstackdocs/_static/jquery/theme-redmond/images/ui-bg_glass_95_fef1ec_1x400.png diff --git a/openstackdocstheme/theme/_static/jquery/theme-redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png b/openstackdocstheme/theme/openstackdocs/_static/jquery/theme-redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png similarity index 100% rename from openstackdocstheme/theme/_static/jquery/theme-redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png rename to openstackdocstheme/theme/openstackdocs/_static/jquery/theme-redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png diff --git a/openstackdocstheme/theme/_static/jquery/theme-redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png b/openstackdocstheme/theme/openstackdocs/_static/jquery/theme-redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png similarity index 100% rename from openstackdocstheme/theme/_static/jquery/theme-redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png rename to openstackdocstheme/theme/openstackdocs/_static/jquery/theme-redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png diff --git a/openstackdocstheme/theme/_static/jquery/theme-redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png b/openstackdocstheme/theme/openstackdocs/_static/jquery/theme-redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png similarity index 100% rename from openstackdocstheme/theme/_static/jquery/theme-redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png rename to openstackdocstheme/theme/openstackdocs/_static/jquery/theme-redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png diff --git a/openstackdocstheme/theme/_static/jquery/theme-redmond/images/ui-icons_217bc0_256x240.png b/openstackdocstheme/theme/openstackdocs/_static/jquery/theme-redmond/images/ui-icons_217bc0_256x240.png similarity index 100% rename from openstackdocstheme/theme/_static/jquery/theme-redmond/images/ui-icons_217bc0_256x240.png rename to openstackdocstheme/theme/openstackdocs/_static/jquery/theme-redmond/images/ui-icons_217bc0_256x240.png diff --git a/openstackdocstheme/theme/_static/jquery/theme-redmond/images/ui-icons_2e83ff_256x240.png b/openstackdocstheme/theme/openstackdocs/_static/jquery/theme-redmond/images/ui-icons_2e83ff_256x240.png similarity index 100% rename from openstackdocstheme/theme/_static/jquery/theme-redmond/images/ui-icons_2e83ff_256x240.png rename to openstackdocstheme/theme/openstackdocs/_static/jquery/theme-redmond/images/ui-icons_2e83ff_256x240.png diff --git a/openstackdocstheme/theme/_static/jquery/theme-redmond/images/ui-icons_469bdd_256x240.png b/openstackdocstheme/theme/openstackdocs/_static/jquery/theme-redmond/images/ui-icons_469bdd_256x240.png similarity index 100% rename from openstackdocstheme/theme/_static/jquery/theme-redmond/images/ui-icons_469bdd_256x240.png rename to openstackdocstheme/theme/openstackdocs/_static/jquery/theme-redmond/images/ui-icons_469bdd_256x240.png diff --git a/openstackdocstheme/theme/_static/jquery/theme-redmond/images/ui-icons_6da8d5_256x240.png b/openstackdocstheme/theme/openstackdocs/_static/jquery/theme-redmond/images/ui-icons_6da8d5_256x240.png similarity index 100% rename from openstackdocstheme/theme/_static/jquery/theme-redmond/images/ui-icons_6da8d5_256x240.png rename to openstackdocstheme/theme/openstackdocs/_static/jquery/theme-redmond/images/ui-icons_6da8d5_256x240.png diff --git a/openstackdocstheme/theme/_static/jquery/theme-redmond/images/ui-icons_cd0a0a_256x240.png b/openstackdocstheme/theme/openstackdocs/_static/jquery/theme-redmond/images/ui-icons_cd0a0a_256x240.png similarity index 100% rename from openstackdocstheme/theme/_static/jquery/theme-redmond/images/ui-icons_cd0a0a_256x240.png rename to openstackdocstheme/theme/openstackdocs/_static/jquery/theme-redmond/images/ui-icons_cd0a0a_256x240.png diff --git a/openstackdocstheme/theme/_static/jquery/theme-redmond/images/ui-icons_d8e7f3_256x240.png b/openstackdocstheme/theme/openstackdocs/_static/jquery/theme-redmond/images/ui-icons_d8e7f3_256x240.png similarity index 100% rename from openstackdocstheme/theme/_static/jquery/theme-redmond/images/ui-icons_d8e7f3_256x240.png rename to openstackdocstheme/theme/openstackdocs/_static/jquery/theme-redmond/images/ui-icons_d8e7f3_256x240.png diff --git a/openstackdocstheme/theme/_static/jquery/theme-redmond/images/ui-icons_f9bd01_256x240.png b/openstackdocstheme/theme/openstackdocs/_static/jquery/theme-redmond/images/ui-icons_f9bd01_256x240.png similarity index 100% rename from openstackdocstheme/theme/_static/jquery/theme-redmond/images/ui-icons_f9bd01_256x240.png rename to openstackdocstheme/theme/openstackdocs/_static/jquery/theme-redmond/images/ui-icons_f9bd01_256x240.png diff --git a/openstackdocstheme/theme/_static/jquery/theme-redmond/jquery-ui-1.8.2.custom.css b/openstackdocstheme/theme/openstackdocs/_static/jquery/theme-redmond/jquery-ui-1.8.2.custom.css similarity index 100% rename from openstackdocstheme/theme/_static/jquery/theme-redmond/jquery-ui-1.8.2.custom.css rename to openstackdocstheme/theme/openstackdocs/_static/jquery/theme-redmond/jquery-ui-1.8.2.custom.css diff --git a/openstackdocstheme/theme/_static/jquery/treeview/images/file.gif b/openstackdocstheme/theme/openstackdocs/_static/jquery/treeview/images/file.gif similarity index 100% rename from openstackdocstheme/theme/_static/jquery/treeview/images/file.gif rename to openstackdocstheme/theme/openstackdocs/_static/jquery/treeview/images/file.gif diff --git a/openstackdocstheme/theme/_static/jquery/treeview/images/folder-closed.gif b/openstackdocstheme/theme/openstackdocs/_static/jquery/treeview/images/folder-closed.gif similarity index 100% rename from openstackdocstheme/theme/_static/jquery/treeview/images/folder-closed.gif rename to openstackdocstheme/theme/openstackdocs/_static/jquery/treeview/images/folder-closed.gif diff --git a/openstackdocstheme/theme/_static/jquery/treeview/images/folder-closed2.gif b/openstackdocstheme/theme/openstackdocs/_static/jquery/treeview/images/folder-closed2.gif similarity index 100% rename from openstackdocstheme/theme/_static/jquery/treeview/images/folder-closed2.gif rename to openstackdocstheme/theme/openstackdocs/_static/jquery/treeview/images/folder-closed2.gif diff --git a/openstackdocstheme/theme/_static/jquery/treeview/images/folder.gif b/openstackdocstheme/theme/openstackdocs/_static/jquery/treeview/images/folder.gif similarity index 100% rename from openstackdocstheme/theme/_static/jquery/treeview/images/folder.gif rename to openstackdocstheme/theme/openstackdocs/_static/jquery/treeview/images/folder.gif diff --git a/openstackdocstheme/theme/_static/jquery/treeview/images/folder2.gif b/openstackdocstheme/theme/openstackdocs/_static/jquery/treeview/images/folder2.gif similarity index 100% rename from openstackdocstheme/theme/_static/jquery/treeview/images/folder2.gif rename to openstackdocstheme/theme/openstackdocs/_static/jquery/treeview/images/folder2.gif diff --git a/openstackdocstheme/theme/_static/jquery/treeview/images/minus.gif b/openstackdocstheme/theme/openstackdocs/_static/jquery/treeview/images/minus.gif similarity index 100% rename from openstackdocstheme/theme/_static/jquery/treeview/images/minus.gif rename to openstackdocstheme/theme/openstackdocs/_static/jquery/treeview/images/minus.gif diff --git a/openstackdocstheme/theme/_static/jquery/treeview/images/page_white_text.png b/openstackdocstheme/theme/openstackdocs/_static/jquery/treeview/images/page_white_text.png similarity index 100% rename from openstackdocstheme/theme/_static/jquery/treeview/images/page_white_text.png rename to openstackdocstheme/theme/openstackdocs/_static/jquery/treeview/images/page_white_text.png diff --git a/openstackdocstheme/theme/_static/jquery/treeview/images/plus.gif b/openstackdocstheme/theme/openstackdocs/_static/jquery/treeview/images/plus.gif similarity index 100% rename from openstackdocstheme/theme/_static/jquery/treeview/images/plus.gif rename to openstackdocstheme/theme/openstackdocs/_static/jquery/treeview/images/plus.gif diff --git a/openstackdocstheme/theme/_static/jquery/treeview/images/treeview-black-line.gif b/openstackdocstheme/theme/openstackdocs/_static/jquery/treeview/images/treeview-black-line.gif similarity index 100% rename from openstackdocstheme/theme/_static/jquery/treeview/images/treeview-black-line.gif rename to openstackdocstheme/theme/openstackdocs/_static/jquery/treeview/images/treeview-black-line.gif diff --git a/openstackdocstheme/theme/_static/jquery/treeview/images/treeview-black.gif b/openstackdocstheme/theme/openstackdocs/_static/jquery/treeview/images/treeview-black.gif similarity index 100% rename from openstackdocstheme/theme/_static/jquery/treeview/images/treeview-black.gif rename to openstackdocstheme/theme/openstackdocs/_static/jquery/treeview/images/treeview-black.gif diff --git a/openstackdocstheme/theme/_static/jquery/treeview/images/treeview-default-line.gif b/openstackdocstheme/theme/openstackdocs/_static/jquery/treeview/images/treeview-default-line.gif similarity index 100% rename from openstackdocstheme/theme/_static/jquery/treeview/images/treeview-default-line.gif rename to openstackdocstheme/theme/openstackdocs/_static/jquery/treeview/images/treeview-default-line.gif diff --git a/openstackdocstheme/theme/_static/jquery/treeview/images/treeview-default.gif b/openstackdocstheme/theme/openstackdocs/_static/jquery/treeview/images/treeview-default.gif similarity index 100% rename from openstackdocstheme/theme/_static/jquery/treeview/images/treeview-default.gif rename to openstackdocstheme/theme/openstackdocs/_static/jquery/treeview/images/treeview-default.gif diff --git a/openstackdocstheme/theme/_static/jquery/treeview/images/treeview-famfamfam-line.gif b/openstackdocstheme/theme/openstackdocs/_static/jquery/treeview/images/treeview-famfamfam-line.gif similarity index 100% rename from openstackdocstheme/theme/_static/jquery/treeview/images/treeview-famfamfam-line.gif rename to openstackdocstheme/theme/openstackdocs/_static/jquery/treeview/images/treeview-famfamfam-line.gif diff --git a/openstackdocstheme/theme/_static/jquery/treeview/images/treeview-famfamfam.gif b/openstackdocstheme/theme/openstackdocs/_static/jquery/treeview/images/treeview-famfamfam.gif similarity index 100% rename from openstackdocstheme/theme/_static/jquery/treeview/images/treeview-famfamfam.gif rename to openstackdocstheme/theme/openstackdocs/_static/jquery/treeview/images/treeview-famfamfam.gif diff --git a/openstackdocstheme/theme/_static/jquery/treeview/images/treeview-gray-line.gif b/openstackdocstheme/theme/openstackdocs/_static/jquery/treeview/images/treeview-gray-line.gif similarity index 100% rename from openstackdocstheme/theme/_static/jquery/treeview/images/treeview-gray-line.gif rename to openstackdocstheme/theme/openstackdocs/_static/jquery/treeview/images/treeview-gray-line.gif diff --git a/openstackdocstheme/theme/_static/jquery/treeview/images/treeview-gray.gif b/openstackdocstheme/theme/openstackdocs/_static/jquery/treeview/images/treeview-gray.gif similarity index 100% rename from openstackdocstheme/theme/_static/jquery/treeview/images/treeview-gray.gif rename to openstackdocstheme/theme/openstackdocs/_static/jquery/treeview/images/treeview-gray.gif diff --git a/openstackdocstheme/theme/_static/jquery/treeview/images/treeview-red-line.gif b/openstackdocstheme/theme/openstackdocs/_static/jquery/treeview/images/treeview-red-line.gif similarity index 100% rename from openstackdocstheme/theme/_static/jquery/treeview/images/treeview-red-line.gif rename to openstackdocstheme/theme/openstackdocs/_static/jquery/treeview/images/treeview-red-line.gif diff --git a/openstackdocstheme/theme/_static/jquery/treeview/images/treeview-red.gif b/openstackdocstheme/theme/openstackdocs/_static/jquery/treeview/images/treeview-red.gif similarity index 100% rename from openstackdocstheme/theme/_static/jquery/treeview/images/treeview-red.gif rename to openstackdocstheme/theme/openstackdocs/_static/jquery/treeview/images/treeview-red.gif diff --git a/openstackdocstheme/theme/_static/jquery/treeview/jquery.treeview.async.js b/openstackdocstheme/theme/openstackdocs/_static/jquery/treeview/jquery.treeview.async.js similarity index 100% rename from openstackdocstheme/theme/_static/jquery/treeview/jquery.treeview.async.js rename to openstackdocstheme/theme/openstackdocs/_static/jquery/treeview/jquery.treeview.async.js diff --git a/openstackdocstheme/theme/_static/jquery/treeview/jquery.treeview.css b/openstackdocstheme/theme/openstackdocs/_static/jquery/treeview/jquery.treeview.css similarity index 100% rename from openstackdocstheme/theme/_static/jquery/treeview/jquery.treeview.css rename to openstackdocstheme/theme/openstackdocs/_static/jquery/treeview/jquery.treeview.css diff --git a/openstackdocstheme/theme/_static/jquery/treeview/jquery.treeview.js b/openstackdocstheme/theme/openstackdocs/_static/jquery/treeview/jquery.treeview.js similarity index 100% rename from openstackdocstheme/theme/_static/jquery/treeview/jquery.treeview.js rename to openstackdocstheme/theme/openstackdocs/_static/jquery/treeview/jquery.treeview.js diff --git a/openstackdocstheme/theme/_static/jquery/treeview/jquery.treeview.min.js b/openstackdocstheme/theme/openstackdocs/_static/jquery/treeview/jquery.treeview.min.js similarity index 100% rename from openstackdocstheme/theme/_static/jquery/treeview/jquery.treeview.min.js rename to openstackdocstheme/theme/openstackdocs/_static/jquery/treeview/jquery.treeview.min.js diff --git a/openstackdocstheme/theme/_static/jquery/treeview/jquery.treeview.pack.js b/openstackdocstheme/theme/openstackdocs/_static/jquery/treeview/jquery.treeview.pack.js similarity index 100% rename from openstackdocstheme/theme/_static/jquery/treeview/jquery.treeview.pack.js rename to openstackdocstheme/theme/openstackdocs/_static/jquery/treeview/jquery.treeview.pack.js diff --git a/openstackdocstheme/theme/_static/js/bootstrap-hover-dropdown.min.js b/openstackdocstheme/theme/openstackdocs/_static/js/bootstrap-hover-dropdown.min.js similarity index 100% rename from openstackdocstheme/theme/_static/js/bootstrap-hover-dropdown.min.js rename to openstackdocstheme/theme/openstackdocs/_static/js/bootstrap-hover-dropdown.min.js diff --git a/openstackdocstheme/theme/_static/js/bootstrap.js b/openstackdocstheme/theme/openstackdocs/_static/js/bootstrap.js similarity index 100% rename from openstackdocstheme/theme/_static/js/bootstrap.js rename to openstackdocstheme/theme/openstackdocs/_static/js/bootstrap.js diff --git a/openstackdocstheme/theme/_static/js/bootstrap.min.js b/openstackdocstheme/theme/openstackdocs/_static/js/bootstrap.min.js similarity index 100% rename from openstackdocstheme/theme/_static/js/bootstrap.min.js rename to openstackdocstheme/theme/openstackdocs/_static/js/bootstrap.min.js diff --git a/openstackdocstheme/theme/_static/js/doc-characters.json b/openstackdocstheme/theme/openstackdocs/_static/js/doc-characters.json similarity index 100% rename from openstackdocstheme/theme/_static/js/doc-characters.json rename to openstackdocstheme/theme/openstackdocs/_static/js/doc-characters.json diff --git a/openstackdocstheme/theme/_static/js/docs.js b/openstackdocstheme/theme/openstackdocs/_static/js/docs.js similarity index 100% rename from openstackdocstheme/theme/_static/js/docs.js rename to openstackdocstheme/theme/openstackdocs/_static/js/docs.js diff --git a/openstackdocstheme/theme/_static/js/jquery-1.11.0.js b/openstackdocstheme/theme/openstackdocs/_static/js/jquery-1.11.0.js similarity index 100% rename from openstackdocstheme/theme/_static/js/jquery-1.11.0.js rename to openstackdocstheme/theme/openstackdocs/_static/js/jquery-1.11.0.js diff --git a/openstackdocstheme/theme/_static/js/navigation.js b/openstackdocstheme/theme/openstackdocs/_static/js/navigation.js similarity index 100% rename from openstackdocstheme/theme/_static/js/navigation.js rename to openstackdocstheme/theme/openstackdocs/_static/js/navigation.js diff --git a/openstackdocstheme/theme/_static/js/webui-popover.js b/openstackdocstheme/theme/openstackdocs/_static/js/webui-popover.js similarity index 100% rename from openstackdocstheme/theme/_static/js/webui-popover.js rename to openstackdocstheme/theme/openstackdocs/_static/js/webui-popover.js diff --git a/openstackdocstheme/theme/_static/main.js b/openstackdocstheme/theme/openstackdocs/_static/main.js similarity index 100% rename from openstackdocstheme/theme/_static/main.js rename to openstackdocstheme/theme/openstackdocs/_static/main.js diff --git a/openstackdocstheme/theme/_templates/css.html b/openstackdocstheme/theme/openstackdocs/css.html similarity index 100% rename from openstackdocstheme/theme/_templates/css.html rename to openstackdocstheme/theme/openstackdocs/css.html diff --git a/openstackdocstheme/theme/_templates/docsreleases.html b/openstackdocstheme/theme/openstackdocs/docsreleases.html similarity index 100% rename from openstackdocstheme/theme/_templates/docsreleases.html rename to openstackdocstheme/theme/openstackdocs/docsreleases.html diff --git a/openstackdocstheme/theme/_templates/dropdown_releases_and_languages.html b/openstackdocstheme/theme/openstackdocs/dropdown_releases_and_languages.html similarity index 100% rename from openstackdocstheme/theme/_templates/dropdown_releases_and_languages.html rename to openstackdocstheme/theme/openstackdocs/dropdown_releases_and_languages.html diff --git a/openstackdocstheme/theme/_templates/footer.html b/openstackdocstheme/theme/openstackdocs/footer.html similarity index 100% rename from openstackdocstheme/theme/_templates/footer.html rename to openstackdocstheme/theme/openstackdocs/footer.html diff --git a/openstackdocstheme/theme/_templates/header.html b/openstackdocstheme/theme/openstackdocs/header.html similarity index 100% rename from openstackdocstheme/theme/_templates/header.html rename to openstackdocstheme/theme/openstackdocs/header.html diff --git a/openstackdocstheme/theme/_templates/layout.html b/openstackdocstheme/theme/openstackdocs/layout.html similarity index 100% rename from openstackdocstheme/theme/_templates/layout.html rename to openstackdocstheme/theme/openstackdocs/layout.html diff --git a/openstackdocstheme/theme/_templates/navigation.html b/openstackdocstheme/theme/openstackdocs/navigation.html similarity index 100% rename from openstackdocstheme/theme/_templates/navigation.html rename to openstackdocstheme/theme/openstackdocs/navigation.html diff --git a/openstackdocstheme/theme/_templates/script_footer.html b/openstackdocstheme/theme/openstackdocs/script_footer.html similarity index 100% rename from openstackdocstheme/theme/_templates/script_footer.html rename to openstackdocstheme/theme/openstackdocs/script_footer.html diff --git a/openstackdocstheme/theme/_templates/script_search.html b/openstackdocstheme/theme/openstackdocs/script_search.html similarity index 100% rename from openstackdocstheme/theme/_templates/script_search.html rename to openstackdocstheme/theme/openstackdocs/script_search.html diff --git a/openstackdocstheme/theme/_templates/theme.conf b/openstackdocstheme/theme/openstackdocs/theme.conf similarity index 100% rename from openstackdocstheme/theme/_templates/theme.conf rename to openstackdocstheme/theme/openstackdocs/theme.conf diff --git a/openstackdocstheme/theme/_templates/titlerow.html b/openstackdocstheme/theme/openstackdocs/titlerow.html similarity index 100% rename from openstackdocstheme/theme/_templates/titlerow.html rename to openstackdocstheme/theme/openstackdocs/titlerow.html