summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAnderson Bravalheri <andersonbravalheri@gmail.com>2021-11-04 03:22:27 +0000
committerAnderson Bravalheri <andersonbravalheri@gmail.com>2021-11-04 13:19:52 +0000
commit300093105848dfbf2a95f490a92e91620d8199c0 (patch)
tree377d5541abc5701681d9dd0d490a42cb77ed2b9c /docs
parentb7c2e2b49ca2db77051410bed87f034306222b42 (diff)
downloadpython-setuptools-git-300093105848dfbf2a95f490a92e91620d8199c0.tar.gz
Add docs/README to the toctree
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py1
-rw-r--r--docs/images/README.rst2
-rw-r--r--docs/index.rst11
3 files changed, 9 insertions, 5 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 06a61a8c..4f3eb8dc 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -102,7 +102,6 @@ default_role = 'any'
# HTML theme
html_theme = 'furo'
html_logo = "images/logo.png"
-html_static_path = ['images']
html_theme_options = {
"sidebar_hide_name": True,
diff --git a/docs/images/README.rst b/docs/images/README.rst
index e1dddc1d..582a44a1 100644
--- a/docs/images/README.rst
+++ b/docs/images/README.rst
@@ -1,5 +1,3 @@
-:orphan:
-
=======
Artwork
=======
diff --git a/docs/index.rst b/docs/index.rst
index 67ac0e7d..b886c8f8 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -1,4 +1,4 @@
-.. image:: logo/banner-640x320.svg
+.. image:: images/banner-640x320.svg
:align: center
Documentation
@@ -15,10 +15,17 @@ designed to facilitate packaging Python projects.
build_meta
pkg_resources
references/keywords
- roadmap
setuptools
+
+.. toctree::
+ :caption: Project
+ :maxdepth: 1
+ :hidden:
+
+ roadmap
Development guide <development/index>
Backward compatibility & deprecated practice <deprecated/index>
Changelog <history>
+ Artwork <images/README>
.. tidelift-referral-banner::