Skip to content
Snippets Groups Projects
Unverified Commit 8686f0d6 authored by Kaushik Kulkarni's avatar Kaushik Kulkarni Committed by GitHub
Browse files

Merge branch 'main' into fix_CL_specific_code

parents dba33e37 469e2452
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......@@ -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``
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment