forked from tungstenfabric/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconf.yaml
More file actions
32 lines (30 loc) · 643 Bytes
/
conf.yaml
File metadata and controls
32 lines (30 loc) · 643 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
25
26
27
28
29
30
31
32
---
project: TungstenFabric
release: master
version: master
author: Tungsten Fabric Project
copyright: 2019, Tungsten Fabric Project
needs_sphinx: '1.6.5'
extensions:
- sphinx.ext.autodoc
- sphinx.ext.doctest
- sphinx.ext.intersphinx
- sphinx.ext.graphviz
- sphinx.ext.todo
- sphinx.ext.coverage
- sphinx.ext.viewcode
exclude_patterns:
- .DS_Store
- _build
- Thumbs.db
- .tox
todo_include_todos: false
html_favicon: _static/favicon.ico
html_logo: _static/logo.png
html_static_path:
- _static
html_theme: bootstrap
html_theme_options:
bootswatch_theme: united
navbar_sidebarrel: true
source_link_position: footer