This is a pretty awful hack. We could do this properly after one of
the following issues is fixed:
* sphinx-doc/sphinx#701
* sphinx-doc/sphinx#1836
with open(".gitignore") as f:
exclude_patterns = [line.strip() for line in f.readlines()]
+master_doc = "cover"
+
intersphinx_mapping = {"python": ("https://docs.python.org/3", None)}
todo_include_todos = True
--- /dev/null
+The nMigen documentation
+########################
+
+.. toctree::
+ :maxdepth: 1
+
+ index
+ Board definitions <https://nmigen.info/nmigen-boards/latest/>
-The nMigen core manual
-######################
+Core language
+#############
.. warning::
install
start
lang
-
-Index
-=====
-
-* :ref:`genindex`
-
-Search
-======
-
-* :ref:`search`