forked from mdolab/MACH-Aero
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconf.py
More file actions
24 lines (21 loc) · 645 Bytes
/
conf.py
File metadata and controls
24 lines (21 loc) · 645 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
from sphinx_mdolab_theme.config import *
# -- Project information -----------------------------------------------------
project = "MACH-Aero Documentation"
# -- General configuration -----------------------------------------------------
# Specify the baseurls for the projects I want to link to
repos = [
"pygeo",
"pyoptsparse",
"baseclasses",
"idwarp",
"adflow",
"pyhyp",
"multipoint",
"pyspline",
]
intersphinx_mapping = {r: (f"https://mdolab-{r}.readthedocs-hosted.com/en/latest", None) for r in repos}
# bibtex
bibtex_bibfiles = [
"machFramework/references.bib",
"machAeroTutorials/overset.bib",
]