diff options
| author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-10-24 19:23:30 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-24 19:23:30 +0200 |
| commit | ba4a808fe7ca10ed0581239624623f9ea85773ec (patch) | |
| tree | 0fd31cf96106fe98332eb7fc99b82b1fbe0aad2f /docs/rtd/source/conf.py | |
| parent | 43b1c2fa68d7a1d7197b2fc07b605573dc0ea960 (diff) | |
| parent | a180dd43fc4f58a177d41333ad06b16932e55fab (diff) | |
| download | podman-ba4a808fe7ca10ed0581239624623f9ea85773ec.tar.gz podman-ba4a808fe7ca10ed0581239624623f9ea85773ec.tar.bz2 podman-ba4a808fe7ca10ed0581239624623f9ea85773ec.zip | |
Merge pull request #4339 from baude/rtdfirstmenu
Initial dump of man pages and first menus
Diffstat (limited to 'docs/rtd/source/conf.py')
| -rw-r--r-- | docs/rtd/source/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/rtd/source/conf.py b/docs/rtd/source/conf.py index 9290c343a..d95290f72 100644 --- a/docs/rtd/source/conf.py +++ b/docs/rtd/source/conf.py @@ -39,6 +39,7 @@ templates_path = ['_templates'] # This pattern also affects html_static_path and html_extra_path. exclude_patterns = [] +master_doc = 'index' # -- Options for HTML output ------------------------------------------------- |
