|
18 | 18 | pygments_style = "sphinx" |
19 | 19 | templates_path = ["_templates"] |
20 | 20 |
|
21 | | -# Check https://holzhaus.github.io/sphinx-multiversion/master/configuration.html#tag-branch-remote-whitelists |
| 21 | +# Check https://holzhaus.github.io/sphinx-multiversion/master/ |
| 22 | +# configuration.html#tag-branch-remote-whitelists |
22 | 23 | smv_tag_whitelist = None # Include no tags |
23 | | -smv_branch_whitelist = r'^(master|develop)$' # Include develop branch |
| 24 | +smv_branch_whitelist = r'^(master)$' # Everything is on master now |
24 | 25 | smv_remote_whitelist = r'^(origin|upstream)$' # Use origin and upstream |
25 | 26 |
|
26 | 27 | extensions = [ |
27 | | - 'breathe', 'exhale', 'sphinx.ext.autosectionlabel', 'recommonmark', |
28 | | - 'sphinx_multiversion', 'sphinx.ext.graphviz' |
| 28 | + 'sphinx.ext.autosectionlabel', 'recommonmark', 'sphinx_multiversion' |
29 | 29 | ] |
30 | 30 |
|
31 | 31 | html_theme_options = { |
|
48 | 48 | 'display_github': True, |
49 | 49 | 'github_repo': 'maplab', |
50 | 50 | 'github_user': 'ethz-asl', |
51 | | - 'github_version': 'develop', |
| 51 | + 'github_version': 'master', |
52 | 52 | 'conf_py_path': '/docs/', |
53 | 53 | } |
54 | 54 |
|
55 | 55 | templates_path = [ |
56 | 56 | "_templates", |
57 | 57 | ] |
58 | 58 |
|
59 | | -# Setup the breathe extension |
60 | | -breathe_projects = {"project": "./doxyoutput/xml"} |
61 | | -breathe_default_project = "project" |
62 | | - |
63 | | -# Setup the exhale extension |
64 | | -exhale_args = { |
65 | | - "verboseBuild": False, |
66 | | - "containmentFolder": "./api", |
67 | | - "rootFileName": "library_root.rst", |
68 | | - "rootFileTitle": "Library API", |
69 | | - "doxygenStripFromPath": "..", |
70 | | - "createTreeView": True, |
71 | | - "exhaleExecutesDoxygen": True, |
72 | | - "exhaleUseDoxyfile": True, |
73 | | - "pageLevelConfigMeta": |
74 | | - ":github_url: https://github.com/ethz-asl/" + project |
75 | | -} |
76 | 59 | source_suffix = ['.rst', '.md'] |
77 | 60 |
|
78 | 61 | # Tell sphinx what the primary language being documented is. |
|
0 commit comments