1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-08 16:53:23 +00:00

Fix docs conf

This commit is contained in:
Jair Henrique
2025-01-04 15:16:26 -03:00
parent 69ca261a88
commit 6465a5995b

View File

@@ -316,5 +316,5 @@ texinfo_documents = [
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {"https://docs.python.org/": None}
intersphinx_mapping = {"python": ("https://docs.python.org/3", None)}
html_theme = "alabaster"