diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 127c38f86..f0a341021 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,13 +1,21 @@ +# .readthedocs.yml +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +# Required version: 2 -# Set the OS, Python version and other tools you might need -build: - os: ubuntu-22.04 - tools: - python: "3.11" -sphinx: - configuration: Docs/conf.py +# Build documentation with MkDocs +#mkdocs: +# configuration: mkdocs.yml +# Optionally build your docs in additional formats such as PDF and ePub formats: - pdf - htmlzip + - epub + +build: + os: "ubuntu-22.04" + tools: + python: "3.11" diff --git a/Docs/conf.py b/Docs/conf.py index 50e9c9f36..761bac736 100644 --- a/Docs/conf.py +++ b/Docs/conf.py @@ -50,7 +50,7 @@ ] # Add any paths that contain templates here, relative to this directory. -templates_path = ['ytemplates'] +templates_path = [] # The suffix(es) of source filenames. # You can specify multiple suffix as a list of string: @@ -101,7 +101,7 @@ # 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 = [] # Custom sidebar templates, must be a dictionary that maps document names # to template names.