sphinx configuration

- Remove warning, originating from intersphinx configuration.
- Add .rst files for the api documentation.
This commit is contained in:
cpetersmeier 2021-06-30 20:45:28 +02:00 committed by Robert Haschke
parent a08face4a0
commit 136c5c425e

View File

@ -211,4 +211,4 @@ html_static_path = ["_static"]
htmlhelp_basename = "mtcdoc" htmlhelp_basename = "mtcdoc"
# Example configuration for intersphinx: refer to the Python standard library. # Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {"https://docs.python.org/": None} intersphinx_mapping = {"https://docs.python.org/3": None}