From 548ffa18abe59c94540a4666aa1cf12e0a3e4f75 Mon Sep 17 00:00:00 2001 From: Griatch Date: Sat, 13 Jun 2020 23:10:42 +0200 Subject: [PATCH] Move back the _static/_templates dirs --- docs/source/{static => _static}/.empty.txt | 0 docs/source/{templates => _templates}/localtoc.html | 0 docs/source/{templates => _templates}/sourcelink.html | 0 docs/source/{templates => _templates}/versioning.html | 0 docs/source/conf.py | 4 ++-- 5 files changed, 2 insertions(+), 2 deletions(-) rename docs/source/{static => _static}/.empty.txt (100%) rename docs/source/{templates => _templates}/localtoc.html (100%) rename docs/source/{templates => _templates}/sourcelink.html (100%) rename docs/source/{templates => _templates}/versioning.html (100%) diff --git a/docs/source/static/.empty.txt b/docs/source/_static/.empty.txt similarity index 100% rename from docs/source/static/.empty.txt rename to docs/source/_static/.empty.txt diff --git a/docs/source/templates/localtoc.html b/docs/source/_templates/localtoc.html similarity index 100% rename from docs/source/templates/localtoc.html rename to docs/source/_templates/localtoc.html diff --git a/docs/source/templates/sourcelink.html b/docs/source/_templates/sourcelink.html similarity index 100% rename from docs/source/templates/sourcelink.html rename to docs/source/_templates/sourcelink.html diff --git a/docs/source/templates/versioning.html b/docs/source/_templates/versioning.html similarity index 100% rename from docs/source/templates/versioning.html rename to docs/source/_templates/versioning.html diff --git a/docs/source/conf.py b/docs/source/conf.py index d4eeee3656..435fdea0e9 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -68,11 +68,11 @@ extensions = [ autosectionlabel_prefix_document = True # Add any paths that contain templates here, relative to this directory. -templates_path = ['templates'] +templates_path = ['_templates'] # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". -html_static_path = ['static'] +html_static_path = ['_static'] # Custom extras for sidebar html_sidebars = {