From 6298f5f97ddd1060bf7601dd4319934c58078d0d Mon Sep 17 00:00:00 2001 From: MatthieuDartiailh Date: Tue, 26 Nov 2024 18:22:44 +0100 Subject: [PATCH] docs: fix doc building --- docs/source/conf.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 9f2680b..fb12fbe 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -20,7 +20,7 @@ # -- Project information ----------------------------------------------------- project = 'cppy' -copyright = '2019, Nucleic team' +copyright = '2019-2024, Nucleic team' author = 'Nucleic team' # The full version, including alpha/beta/rc tags @@ -175,8 +175,3 @@ # -- Extension configuration ------------------------------------------------- - -# -- Options for intersphinx extension --------------------------------------- - -# Example configuration for intersphinx: refer to the Python standard library. -intersphinx_mapping = {'https://docs.python.org/': None} \ No newline at end of file