From df5c7c337375cdd789644ddf3182ddcc31189ce6 Mon Sep 17 00:00:00 2001 From: Mrt134 Date: Mon, 16 May 2016 14:28:37 -0400 Subject: [PATCH] bugfix in theme stylesheet -fixed a highlighting bug -moved 'themes' directory for simpler access --- api/themes/pcbsd_style/static/css/pcbsd_style.css | 2 +- docs/conf.py | 2 +- docs/{_templates => }/themes/pcbsd_style/README.md | 0 .../themes/pcbsd_style/breadcrumbs.html | 0 .../{_templates => }/themes/pcbsd_style/footer.html | 0 .../{_templates => }/themes/pcbsd_style/layout.html | 0 .../themes/pcbsd_style/layout_old.html | 0 .../{_templates => }/themes/pcbsd_style/search.html | 0 .../themes/pcbsd_style/searchbox.html | 0 .../themes/pcbsd_style/static/css/badge_only.css | 0 .../themes/pcbsd_style/static/css/font_awesome.css | 0 .../themes/pcbsd_style/static/css/pcbsd_style.css | 2 +- .../themes/pcbsd_style/static/css/theme.css | 0 .../themes/pcbsd_style/static/fonts/FontAwesome.otf | Bin .../pcbsd_style/static/fonts/Inconsolata-Bold.ttf | Bin .../themes/pcbsd_style/static/fonts/Inconsolata.ttf | Bin .../themes/pcbsd_style/static/fonts/Lato-Bold.ttf | Bin .../pcbsd_style/static/fonts/Lato-Regular.ttf | Bin .../pcbsd_style/static/fonts/RobotoSlab-Bold.ttf | Bin .../pcbsd_style/static/fonts/RobotoSlab-Regular.ttf | Bin .../static/fonts/fontawesome-webfont.eot | Bin .../static/fonts/fontawesome-webfont.svg | 0 .../static/fonts/fontawesome-webfont.ttf | Bin .../static/fonts/fontawesome-webfont.woff | Bin .../themes/pcbsd_style/static/js/modernizr.min.js | 0 .../themes/pcbsd_style/static/js/theme.js | 0 docs/{_templates => }/themes/pcbsd_style/theme.conf | 0 .../themes/pcbsd_style/versions.html | 0 28 files changed, 3 insertions(+), 3 deletions(-) rename docs/{_templates => }/themes/pcbsd_style/README.md (100%) rename docs/{_templates => }/themes/pcbsd_style/breadcrumbs.html (100%) rename docs/{_templates => }/themes/pcbsd_style/footer.html (100%) rename docs/{_templates => }/themes/pcbsd_style/layout.html (100%) rename docs/{_templates => }/themes/pcbsd_style/layout_old.html (100%) rename docs/{_templates => }/themes/pcbsd_style/search.html (100%) rename docs/{_templates => }/themes/pcbsd_style/searchbox.html (100%) rename docs/{_templates => }/themes/pcbsd_style/static/css/badge_only.css (100%) rename docs/{_templates => }/themes/pcbsd_style/static/css/font_awesome.css (100%) rename docs/{_templates => }/themes/pcbsd_style/static/css/pcbsd_style.css (99%) rename docs/{_templates => }/themes/pcbsd_style/static/css/theme.css (100%) rename docs/{_templates => }/themes/pcbsd_style/static/fonts/FontAwesome.otf (100%) rename docs/{_templates => }/themes/pcbsd_style/static/fonts/Inconsolata-Bold.ttf (100%) rename docs/{_templates => }/themes/pcbsd_style/static/fonts/Inconsolata.ttf (100%) rename docs/{_templates => }/themes/pcbsd_style/static/fonts/Lato-Bold.ttf (100%) rename docs/{_templates => }/themes/pcbsd_style/static/fonts/Lato-Regular.ttf (100%) rename docs/{_templates => }/themes/pcbsd_style/static/fonts/RobotoSlab-Bold.ttf (100%) rename docs/{_templates => }/themes/pcbsd_style/static/fonts/RobotoSlab-Regular.ttf (100%) rename docs/{_templates => }/themes/pcbsd_style/static/fonts/fontawesome-webfont.eot (100%) rename docs/{_templates => }/themes/pcbsd_style/static/fonts/fontawesome-webfont.svg (100%) rename docs/{_templates => }/themes/pcbsd_style/static/fonts/fontawesome-webfont.ttf (100%) rename docs/{_templates => }/themes/pcbsd_style/static/fonts/fontawesome-webfont.woff (100%) rename docs/{_templates => }/themes/pcbsd_style/static/js/modernizr.min.js (100%) rename docs/{_templates => }/themes/pcbsd_style/static/js/theme.js (100%) rename docs/{_templates => }/themes/pcbsd_style/theme.conf (100%) rename docs/{_templates => }/themes/pcbsd_style/versions.html (100%) diff --git a/api/themes/pcbsd_style/static/css/pcbsd_style.css b/api/themes/pcbsd_style/static/css/pcbsd_style.css index 4e527cf..005264c 100644 --- a/api/themes/pcbsd_style/static/css/pcbsd_style.css +++ b/api/themes/pcbsd_style/static/css/pcbsd_style.css @@ -2841,7 +2841,7 @@ div[class^='highlight'] pre { } .wy-side-nav-search>a:hover, .wy-side-nav-search .wy-dropdown>a:hover { - background: #60695d + background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0; } .wy-side-nav-search>a img.logo, .wy-side-nav-search .wy-dropdown>a img.logo { diff --git a/docs/conf.py b/docs/conf.py index 516712e..efff330 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -99,7 +99,7 @@ html_theme = 'pcbsd_style' #html_theme_options = {} # Add any paths that contain custom themes here, relative to this directory. -html_theme_path = ['_templates/themes'] +html_theme_path = ['themes'] # The name for this set of Sphinx documents. If None, it defaults to # " v documentation". diff --git a/docs/_templates/themes/pcbsd_style/README.md b/docs/themes/pcbsd_style/README.md similarity index 100% rename from docs/_templates/themes/pcbsd_style/README.md rename to docs/themes/pcbsd_style/README.md diff --git a/docs/_templates/themes/pcbsd_style/breadcrumbs.html b/docs/themes/pcbsd_style/breadcrumbs.html similarity index 100% rename from docs/_templates/themes/pcbsd_style/breadcrumbs.html rename to docs/themes/pcbsd_style/breadcrumbs.html diff --git a/docs/_templates/themes/pcbsd_style/footer.html b/docs/themes/pcbsd_style/footer.html similarity index 100% rename from docs/_templates/themes/pcbsd_style/footer.html rename to docs/themes/pcbsd_style/footer.html diff --git a/docs/_templates/themes/pcbsd_style/layout.html b/docs/themes/pcbsd_style/layout.html similarity index 100% rename from docs/_templates/themes/pcbsd_style/layout.html rename to docs/themes/pcbsd_style/layout.html diff --git a/docs/_templates/themes/pcbsd_style/layout_old.html b/docs/themes/pcbsd_style/layout_old.html similarity index 100% rename from docs/_templates/themes/pcbsd_style/layout_old.html rename to docs/themes/pcbsd_style/layout_old.html diff --git a/docs/_templates/themes/pcbsd_style/search.html b/docs/themes/pcbsd_style/search.html similarity index 100% rename from docs/_templates/themes/pcbsd_style/search.html rename to docs/themes/pcbsd_style/search.html diff --git a/docs/_templates/themes/pcbsd_style/searchbox.html b/docs/themes/pcbsd_style/searchbox.html similarity index 100% rename from docs/_templates/themes/pcbsd_style/searchbox.html rename to docs/themes/pcbsd_style/searchbox.html diff --git a/docs/_templates/themes/pcbsd_style/static/css/badge_only.css b/docs/themes/pcbsd_style/static/css/badge_only.css similarity index 100% rename from docs/_templates/themes/pcbsd_style/static/css/badge_only.css rename to docs/themes/pcbsd_style/static/css/badge_only.css diff --git a/docs/_templates/themes/pcbsd_style/static/css/font_awesome.css b/docs/themes/pcbsd_style/static/css/font_awesome.css similarity index 100% rename from docs/_templates/themes/pcbsd_style/static/css/font_awesome.css rename to docs/themes/pcbsd_style/static/css/font_awesome.css diff --git a/docs/_templates/themes/pcbsd_style/static/css/pcbsd_style.css b/docs/themes/pcbsd_style/static/css/pcbsd_style.css similarity index 99% rename from docs/_templates/themes/pcbsd_style/static/css/pcbsd_style.css rename to docs/themes/pcbsd_style/static/css/pcbsd_style.css index 4e527cf..a845f3f 100644 --- a/docs/_templates/themes/pcbsd_style/static/css/pcbsd_style.css +++ b/docs/themes/pcbsd_style/static/css/pcbsd_style.css @@ -2841,7 +2841,7 @@ div[class^='highlight'] pre { } .wy-side-nav-search>a:hover, .wy-side-nav-search .wy-dropdown>a:hover { - background: #60695d + background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0 } .wy-side-nav-search>a img.logo, .wy-side-nav-search .wy-dropdown>a img.logo { diff --git a/docs/_templates/themes/pcbsd_style/static/css/theme.css b/docs/themes/pcbsd_style/static/css/theme.css similarity index 100% rename from docs/_templates/themes/pcbsd_style/static/css/theme.css rename to docs/themes/pcbsd_style/static/css/theme.css diff --git a/docs/_templates/themes/pcbsd_style/static/fonts/FontAwesome.otf b/docs/themes/pcbsd_style/static/fonts/FontAwesome.otf similarity index 100% rename from docs/_templates/themes/pcbsd_style/static/fonts/FontAwesome.otf rename to docs/themes/pcbsd_style/static/fonts/FontAwesome.otf diff --git a/docs/_templates/themes/pcbsd_style/static/fonts/Inconsolata-Bold.ttf b/docs/themes/pcbsd_style/static/fonts/Inconsolata-Bold.ttf similarity index 100% rename from docs/_templates/themes/pcbsd_style/static/fonts/Inconsolata-Bold.ttf rename to docs/themes/pcbsd_style/static/fonts/Inconsolata-Bold.ttf diff --git a/docs/_templates/themes/pcbsd_style/static/fonts/Inconsolata.ttf b/docs/themes/pcbsd_style/static/fonts/Inconsolata.ttf similarity index 100% rename from docs/_templates/themes/pcbsd_style/static/fonts/Inconsolata.ttf rename to docs/themes/pcbsd_style/static/fonts/Inconsolata.ttf diff --git a/docs/_templates/themes/pcbsd_style/static/fonts/Lato-Bold.ttf b/docs/themes/pcbsd_style/static/fonts/Lato-Bold.ttf similarity index 100% rename from docs/_templates/themes/pcbsd_style/static/fonts/Lato-Bold.ttf rename to docs/themes/pcbsd_style/static/fonts/Lato-Bold.ttf diff --git a/docs/_templates/themes/pcbsd_style/static/fonts/Lato-Regular.ttf b/docs/themes/pcbsd_style/static/fonts/Lato-Regular.ttf similarity index 100% rename from docs/_templates/themes/pcbsd_style/static/fonts/Lato-Regular.ttf rename to docs/themes/pcbsd_style/static/fonts/Lato-Regular.ttf diff --git a/docs/_templates/themes/pcbsd_style/static/fonts/RobotoSlab-Bold.ttf b/docs/themes/pcbsd_style/static/fonts/RobotoSlab-Bold.ttf similarity index 100% rename from docs/_templates/themes/pcbsd_style/static/fonts/RobotoSlab-Bold.ttf rename to docs/themes/pcbsd_style/static/fonts/RobotoSlab-Bold.ttf diff --git a/docs/_templates/themes/pcbsd_style/static/fonts/RobotoSlab-Regular.ttf b/docs/themes/pcbsd_style/static/fonts/RobotoSlab-Regular.ttf similarity index 100% rename from docs/_templates/themes/pcbsd_style/static/fonts/RobotoSlab-Regular.ttf rename to docs/themes/pcbsd_style/static/fonts/RobotoSlab-Regular.ttf diff --git a/docs/_templates/themes/pcbsd_style/static/fonts/fontawesome-webfont.eot b/docs/themes/pcbsd_style/static/fonts/fontawesome-webfont.eot similarity index 100% rename from docs/_templates/themes/pcbsd_style/static/fonts/fontawesome-webfont.eot rename to docs/themes/pcbsd_style/static/fonts/fontawesome-webfont.eot diff --git a/docs/_templates/themes/pcbsd_style/static/fonts/fontawesome-webfont.svg b/docs/themes/pcbsd_style/static/fonts/fontawesome-webfont.svg similarity index 100% rename from docs/_templates/themes/pcbsd_style/static/fonts/fontawesome-webfont.svg rename to docs/themes/pcbsd_style/static/fonts/fontawesome-webfont.svg diff --git a/docs/_templates/themes/pcbsd_style/static/fonts/fontawesome-webfont.ttf b/docs/themes/pcbsd_style/static/fonts/fontawesome-webfont.ttf similarity index 100% rename from docs/_templates/themes/pcbsd_style/static/fonts/fontawesome-webfont.ttf rename to docs/themes/pcbsd_style/static/fonts/fontawesome-webfont.ttf diff --git a/docs/_templates/themes/pcbsd_style/static/fonts/fontawesome-webfont.woff b/docs/themes/pcbsd_style/static/fonts/fontawesome-webfont.woff similarity index 100% rename from docs/_templates/themes/pcbsd_style/static/fonts/fontawesome-webfont.woff rename to docs/themes/pcbsd_style/static/fonts/fontawesome-webfont.woff diff --git a/docs/_templates/themes/pcbsd_style/static/js/modernizr.min.js b/docs/themes/pcbsd_style/static/js/modernizr.min.js similarity index 100% rename from docs/_templates/themes/pcbsd_style/static/js/modernizr.min.js rename to docs/themes/pcbsd_style/static/js/modernizr.min.js diff --git a/docs/_templates/themes/pcbsd_style/static/js/theme.js b/docs/themes/pcbsd_style/static/js/theme.js similarity index 100% rename from docs/_templates/themes/pcbsd_style/static/js/theme.js rename to docs/themes/pcbsd_style/static/js/theme.js diff --git a/docs/_templates/themes/pcbsd_style/theme.conf b/docs/themes/pcbsd_style/theme.conf similarity index 100% rename from docs/_templates/themes/pcbsd_style/theme.conf rename to docs/themes/pcbsd_style/theme.conf diff --git a/docs/_templates/themes/pcbsd_style/versions.html b/docs/themes/pcbsd_style/versions.html similarity index 100% rename from docs/_templates/themes/pcbsd_style/versions.html rename to docs/themes/pcbsd_style/versions.html