diff --git a/.gitignore b/.gitignore index 75ec69b23..2091122d0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ en/_exts/configurationblock.pyc -build \ No newline at end of file +build +en/_build diff --git a/en/_templates/layout.html b/en/_theme/doctrine/layout.html similarity index 100% rename from en/_templates/layout.html rename to en/_theme/doctrine/layout.html diff --git a/en/_static/configurationblock.css b/en/_theme/doctrine/static/configurationblock.css similarity index 100% rename from en/_static/configurationblock.css rename to en/_theme/doctrine/static/configurationblock.css diff --git a/en/_static/configurationblock.js b/en/_theme/doctrine/static/configurationblock.js similarity index 100% rename from en/_static/configurationblock.js rename to en/_theme/doctrine/static/configurationblock.js diff --git a/en/_static/default.css b/en/_theme/doctrine/static/default.css similarity index 100% rename from en/_static/default.css rename to en/_theme/doctrine/static/default.css diff --git a/en/_static/pygments.css b/en/_theme/doctrine/static/pygments.css similarity index 100% rename from en/_static/pygments.css rename to en/_theme/doctrine/static/pygments.css diff --git a/en/_theme/doctrine/theme.conf b/en/_theme/doctrine/theme.conf new file mode 100644 index 000000000..c2ee566c2 --- /dev/null +++ b/en/_theme/doctrine/theme.conf @@ -0,0 +1,7 @@ +[theme] +inherit = basic +stylesheet = default.css +pygments_style = sphinx + +[options] +nosidebar = false diff --git a/en/conf.py b/en/conf.py index 09d8c262f..fbb344b04 100644 --- a/en/conf.py +++ b/en/conf.py @@ -91,7 +91,7 @@ pygments_style = 'sphinx' # The theme to use for HTML and HTML Help pages. Major themes that come with # Sphinx are currently 'default' and 'sphinxdoc'. -html_theme = 'default' +html_theme = 'doctrine' # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the @@ -99,7 +99,7 @@ html_theme = 'default' #html_theme_options = {} # Add any paths that contain custom themes here, relative to this directory. -#html_theme_path = [] +html_theme_path = ['_theme'] # The name for this set of Sphinx documents. If None, it defaults to # " v documentation".