Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/modsim/CADET-Match
Browse files Browse the repository at this point in the history
  • Loading branch information
Immudzen committed Jun 17, 2021
2 parents 18a3a67 + ca13d73 commit 8dbcbbb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 24 deletions.
Binary file removed doc/_static/sections.png
Binary file not shown.
24 changes: 1 addition & 23 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
'sphinx_sitemap',
'sphinxcontrib.bibtex',
'sphinx_multiversion',
#'sphinxcontrib.tikz',
]

# Bibliography
Expand Down Expand Up @@ -78,7 +77,7 @@
html_title = 'CADET-Match'
html_baseurl = 'https://cadet.github.io/'
html_static_path = ['_static']
html_extra_path = ['robots.txt', 'google7a5fbf15028eb634.html']
html_extra_path = ['robots.txt']
html_sidebars = {
'**': [
'about.html',
Expand All @@ -90,24 +89,3 @@

html_style = 'css/custom.css'

# Options for LaTeX output
# ------------------------

# The paper size ('letter' or 'a4').
latex_paper_size = "a4"

# The font size ('10pt', '11pt' or '12pt').
latex_font_size = '10pt'

# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, document class [howto/manual]).
latex_documents = [
(
"modelling/index",
"manual.pdf",
"CADET Manual",
"CADET Authors",
"manual",
)
]

1 change: 0 additions & 1 deletion doc/google7a5fbf15028eb634.html

This file was deleted.

6 changes: 6 additions & 0 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
sphinx-sitemap
sphinxcontrib-bibtex
sphinx_multiversion
sphinx-multiversion


0 comments on commit 8dbcbbb

Please sign in to comment.