diff --git a/doc/conf.py b/doc/conf.py
index c5917cd655c47f949d6f145ae17ae25d54be7b25..bb4be3c95ab39e7d406e348b5529ffe568ce6aab 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -108,9 +108,6 @@ todo_include_todos = False
 
 html_theme = "furo"
 
-html_theme_options = {}
-
-
 # Example configuration for intersphinx: refer to the Python standard library.
 intersphinx_mapping = {
     "https://docs.python.org/3/": None,
@@ -123,5 +120,3 @@ intersphinx_mapping = {
     "https://documen.tician.de/loopy/": None,
     }
 autoclass_content = "class"
-autodoc_typehints = "description"
-
diff --git a/doc/misc.rst b/doc/misc.rst
index 4c4c2d7aaf18fd9a6f7f914a301cbb470fd2b589..9f1f28b10899961adc6f92acfb50e3157080a99c 100644
--- a/doc/misc.rst
+++ b/doc/misc.rst
@@ -17,7 +17,11 @@ MacOS support is in the works.
     Everywhere else, just making sure you have the ``g++`` package should be
     enough.
 
-#.  Install `miniforge <https://github.com/conda-forge/miniforge>`__.
+#.  Install `miniforge <https://github.com/conda-forge/miniforge>`_::
+
+        curl -L -O https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-$(uname)-$(uname -m).sh
+        # then run
+        bash ./Miniforge3-*.sh
 
 #.  ``export CONDA=/WHERE/YOU/INSTALLED/miniforge3``