copy CNAME file using html_extra_path conf parameter

pull/121/head
Dan Joseph 2021-11-12 16:24:45 -05:00
rodzic 14bebb2be7
commit 1fd18ded70
2 zmienionych plików z 4 dodań i 1 usunięć

1
source/CNAME 100644
Wyświetl plik

@ -0,0 +1 @@
docs.opendronemap.org

Wyświetl plik

@ -62,7 +62,7 @@ language = 'en'
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
# This pattern also affects html_static_path and html_extra_path .
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', 'arguments_edit']
# The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'sphinx'
@ -99,6 +99,8 @@ html_theme_options = {
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
html_extra_path = ['CNAME']
# Custom sidebar templates, must be a dictionary that maps document names
# to template names.
#