Skip to content

Commit

Permalink
Remove unnecessary configuration directives
Browse files Browse the repository at this point in the history
These were not used and generated warnings in various places.

Signed-off-by: Rodrigo Tobar <[email protected]>
  • Loading branch information
rtobar committed Aug 15, 2023
1 parent c8de0cd commit db8b219
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,12 @@
with open('../VERSION') as f:
version = f.read()

language = None
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']

# The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'sphinx'

html_theme = 'sphinx_rtd_theme'
html_static_path = ['_static']

latex_documents = [
(master_doc, 'shark.tex', u'shark Documentation',
author, 'manual'),
Expand Down

0 comments on commit db8b219

Please sign in to comment.