From c3933bd9fdd87d3d6de628797759ad253bc199f8 Mon Sep 17 00:00:00 2001 From: Martin Zimmermann Date: Sun, 30 Jul 2017 23:09:23 +0200 Subject: [PATCH] fix sphinx build --- docs/conf.py | 2 +- docs/docs/install.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 1db8715..0b85a07 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -171,7 +171,7 @@ html_static_path = ['_static'] # Additional templates that should be rendered to pages, maps page names to # template names. -html_additional_pages = {"index": "docs/index.html"} +html_additional_pages = {"index": "index.html"} # If false, no module index is generated. html_domain_indices = False diff --git a/docs/docs/install.rst b/docs/docs/install.rst index 6f537fe..688b050 100644 --- a/docs/docs/install.rst +++ b/docs/docs/install.rst @@ -10,7 +10,7 @@ Debian/Ubuntu, Gentoo, Archlinux or Fedora, you can use :local: :depth: 1 - .. _install-interludium: +.. _install-interludium: Interludium: Python is not PHP ------------------------------