Skip to content

Commit

Permalink
[doc] Update conf.py to not show source-links and format links by def…
Browse files Browse the repository at this point in the history
…ault
  • Loading branch information
Wentzell committed Jun 7, 2023
1 parent 6e7064b commit 8afb22b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions doc/conf.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ rst_epilog = """
version = version,
)

copyright = '2017-2018 N. Wentzell, O. Parcollet 2018-2021 The Simons Foundation, authors: N. Wentzell, D. Simons, H. Strand, O. Parcollet'
copyright = '2018-2021 The Simons Foundation, authors: A. Hampel, O. Parcollet, D. Simons, H. Strand, N. Wentzell'

mathjax_path = "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=default"
templates_path = ['@CMAKE_CURRENT_SOURCE_DIR@/_templates']
Expand Down Expand Up @@ -94,7 +94,11 @@ html_sidebars = {'index': ['sideb.html', 'searchbox.html']}

htmlhelp_basename = '@PROJECT_NAME@doc'

intersphinx_mapping = {'python': ('https://docs.python.org/3.8', None), 'triqslibs': ('https://triqs.github.io/triqs/latest', None)}
# Plot options
plot_html_show_source_link = False
plot_html_show_formats = False

intersphinx_mapping = {'python': ('https://docs.python.org/3.11', None), 'triqslibs': ('https://triqs.github.io/triqs/latest', None)}

# open links in new tab instead of same window
from sphinx.writers.html import HTMLTranslator
Expand Down

0 comments on commit 8afb22b

Please sign in to comment.