Skip to content

Commit

Permalink
Merge pull request #18 from NextronSystems/v2
Browse files Browse the repository at this point in the history
chore: disable show source
  • Loading branch information
redteampanda-ng authored Oct 30, 2024
2 parents fb6d373 + 310b39c commit 61f6075
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
epub_title = project
epub_exclude_files = ['search.html']
intersphinx_mapping = {'https://docs.python.org/': None}
smartquotes = False
autosectionlabel_prefix_document = True
autosectionlabel_maxdepth = 4
# disable epub mimetype warnings
suppress_warnings = ["epub.unknown_project_files"]
suppress_warnings = ["epub.unknown_project_files"]

0 comments on commit 61f6075

Please sign in to comment.