diff --git a/docs/source/conf.py b/docs/source/conf.py index eaf459486cd68090b898179335b5d652dac6765d..e0753806758c4794492d6115820e19cd49cbdaa7 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -34,9 +34,10 @@ templates_path = ['_templates'] html_theme = 'classic' -### html_static_path = ['access','access/.htpasswd'] +html_static_path = ['access','access/.htpasswd','access/.htaccess'] +# html_extra_path = ['private/.htaccess'] -### html_extra_path = ['private/.htaccess','private/.htaccess'] +# html_extra_path = ['private/.htaccess'] # -- Options for EPUB output diff --git a/docs/source/private/.htaccess b/docs/source/private/.htaccess deleted file mode 100644 index 0464f20f92e5c8d2c879506430db98c590518e80..0000000000000000000000000000000000000000 --- a/docs/source/private/.htaccess +++ /dev/null @@ -1,5 +0,0 @@ -#Protect Directory -AuthName "welcome" -AuthType Basic -AuthUserFile ./.htpasswd -Require valid-user