From bdaede59ab9f59fe922782fb2e692750f7125325 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Tue, 20 Aug 2024 13:22:33 +0200 Subject: [PATCH] fix: Remove broken config --- docs/source/conf.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index c396fe6..27823aa 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -1,5 +1,4 @@ #!/usr/bin/env python3 -# -*- coding: utf-8 -*- # # PyMISP documentation build configuration file, created by # sphinx-quickstart on Fri Aug 26 11:39:17 2016. @@ -444,7 +443,3 @@ epub_exclude_files = ['search.html'] # If false, no index is generated. # # epub_use_index = True - - -# Example configuration for intersphinx: refer to the Python standard library. -intersphinx_mapping = {'https://docs.python.org/': None}