Skip to content

Commit

Permalink
Update dependency for documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasah committed Jul 23, 2024
1 parent 6bf3a0d commit 2a2f4f6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ jupytext==1.13.7
ipython
requests
sphinxcontrib-spelling
lxml_html_clean
14 changes: 10 additions & 4 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ["_static"]

html_css_files = ['zhinst-sphinx-theme/css/custom.css']
html_css_files = ["zhinst-sphinx-theme/css/custom.css"]

html_theme_options = {
"logo": {
Expand Down Expand Up @@ -111,7 +111,13 @@

# Spelling
# sphinxcontrib.spelling configuration file
spelling_word_list_filename='spelling_wordlist.txt'
spelling_word_list_filename = "spelling_wordlist.txt"
# Show suggestion in console output
spelling_show_suggestions=False
spelling_exclude_patterns=['examples/*.nblink', 'source/_static/zhinst-sphinx-theme/**/*']
spelling_show_suggestions = False
spelling_exclude_patterns = [
"examples/*.nblink",
"source/_static/zhinst-sphinx-theme/**/*",
]

# Warnings
suppress_warnings = ["config.cache"]

0 comments on commit 2a2f4f6

Please sign in to comment.