Skip to content

Commit 93ad2ff

Browse files
authored
Switch documentation to furo (#9)
* Switch documentation to furo * Remove notebook checkpoints * Remove html for jupyter notebook
1 parent 142d35b commit 93ad2ff

34 files changed

+3086
-575
lines changed

.github/workflows/documentation.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: sudo apt-get install -y pandoc
2121
- name: Install python dependencies
2222
run: |
23-
pip install sphinx sphinx-bootstrap-theme nbsphinx ipython pygments
23+
pip install sphinx nbsphinx ipython pygments sphinx_inline_tabs sphinx_design sphinx_copybutton myst_parser furo
2424
- name: Build Wheels
2525
uses: messense/maturin-action@v1
2626
with:
@@ -52,3 +52,4 @@ jobs:
5252
with:
5353
github_token: ${{ secrets.GITHUB_TOKEN }}
5454
publish_dir: ./public
55+

docs/_static/style.css

Lines changed: 0 additions & 360 deletions
This file was deleted.
File renamed without changes.

docs/api/dft/index.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Density functional theory
2+
3+
Implementation of Helmholtz energy functionals.
4+
5+
```{eval-rst}
6+
.. toctree::
7+
:maxdepth: 1
8+
9+
fmt
10+
```
11+
12+
13+

0 commit comments

Comments
 (0)