Skip to content

Commit

Permalink
ever more formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvinChung2000 committed Feb 26, 2024
1 parent bbc9dab commit d55d056
Show file tree
Hide file tree
Showing 4 changed files with 1,322 additions and 621 deletions.
43 changes: 22 additions & 21 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
@@ -1,36 +1,37 @@
import os
import sys

# Configuration file for the Sphinx documentation builder.

# -- Project information

project = 'FABulous Documentation'
copyright = '2021, University of Manchester'
author = 'Jing, Nguyen, Bea, Bardia, Dirk'
project = "FABulous Documentation"
copyright = "2021, University of Manchester"
author = "Jing, Nguyen, Bea, Bardia, Dirk"

release = '0.1'
version = '0.1.0'
release = "0.1"
version = "0.1.0"

# -- General configuration

extensions = [
'sphinx.ext.duration',
'sphinx.ext.doctest',
'sphinx.ext.autodoc',
'sphinx.ext.autosummary',
'sphinx.ext.intersphinx',
'sphinxcontrib.bibtex',
'sphinx.ext.napoleon',
'sphinx-prompt'
"sphinx.ext.duration",
"sphinx.ext.doctest",
"sphinx.ext.autodoc",
"sphinx.ext.autosummary",
"sphinx.ext.intersphinx",
"sphinxcontrib.bibtex",
"sphinx.ext.napoleon",
"sphinx-prompt",
]

intersphinx_mapping = {
'python': ('https://docs.python.org/3/', None),
'sphinx': ('https://www.sphinx-doc.org/en/master/', None),
"python": ("https://docs.python.org/3/", None),
"sphinx": ("https://www.sphinx-doc.org/en/master/", None),
}
intersphinx_disabled_domains = ['std']
intersphinx_disabled_domains = ["std"]

templates_path = ['_templates']
templates_path = ["_templates"]

sys.path.append(os.getcwd() + "/../../")

Expand All @@ -52,12 +53,12 @@

# -- Options for HTML output

html_theme = 'sphinx_materialdesign_theme'
html_theme = "sphinx_materialdesign_theme"

html_logo = 'figs/FAB_logo.png'
html_logo = "figs/FAB_logo.png"


# -- Options for EPUB output
epub_show_urls = 'footnote'
epub_show_urls = "footnote"

bibtex_bibfiles = ['publications.bib']
bibtex_bibfiles = ["publications.bib"]
Loading

0 comments on commit d55d056

Please sign in to comment.