mirror of https://github.com/MISP/PyMISP
fix: Remove broken config
parent
69877a8809
commit
bdaede59ab
|
@ -1,5 +1,4 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# -*- coding: utf-8 -*-
|
|
||||||
#
|
#
|
||||||
# PyMISP documentation build configuration file, created by
|
# PyMISP documentation build configuration file, created by
|
||||||
# sphinx-quickstart on Fri Aug 26 11:39:17 2016.
|
# 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.
|
# If false, no index is generated.
|
||||||
#
|
#
|
||||||
# epub_use_index = True
|
# epub_use_index = True
|
||||||
|
|
||||||
|
|
||||||
# Example configuration for intersphinx: refer to the Python standard library.
|
|
||||||
intersphinx_mapping = {'https://docs.python.org/': None}
|
|
||||||
|
|
Loading…
Reference in New Issue