Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/devel' into devel
Browse files Browse the repository at this point in the history
  • Loading branch information
cdplagos committed Aug 21, 2023
2 parents 6356de6 + db8b219 commit cb73115
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
8 changes: 8 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: 2

submodules:
include: all

sphinx:
configuration: doc/conf.py
fail_on_warning: true
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 cb73115

Please sign in to comment.