This is the Conda Sphinx Theme. It extends the PyData Sphinx Theme project by adding custom styling.
You can install the conda-sphinx-theme
via conda-forge:
conda install -c conda-forge conda-sphinx-theme
or PyPI:
pip install conda-sphinx-theme
When creating a conda subproject you can include this theme by changing this line in your conf.py file
html_theme = 'conda_sphinx_theme'