Skip to content

Commit

Permalink
chore: disable show source
Browse files Browse the repository at this point in the history
  • Loading branch information
redteampanda-ng committed Oct 30, 2024
1 parent af7d1fb commit 49fbb4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
if "html_context" not in globals():
html_context = {}
html_context["READTHEDOCS"] = True

html_show_sourcelink = False
smartquotes = False
autosectionlabel_prefix_document = True
autosectionlabel_maxdepth = 2
epub_title = project
epub_exclude_files = ['search.html']
intersphinx_mapping = {'https://docs.python.org/': None}
# disable epub mimetype warnings
suppress_warnings = ["epub.unknown_project_files"]
suppress_warnings = ["epub.unknown_project_files"]

0 comments on commit 49fbb4c

Please sign in to comment.