Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ jobs:
version: "0.6.14"
python-version: "3.12"

- name: Install pandoc
uses: pandoc/actions/setup@v1

- name: Install dependencies
run: uv sync

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install pandoc
uses: pandoc/actions/setup@v1

- name: Install uv
uses: astral-sh/setup-uv@v5
with:
Expand Down
3 changes: 3 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"sphinx.ext.mathjax",
"sphinx.ext.viewcode",
"sphinxcontrib.contentui",
"nbsphinx",
]

# Add the numpydoc_show_inherited_class_members option
Expand Down Expand Up @@ -247,3 +248,5 @@ def run_apidoc(_):

def setup(app):
app.connect("builder-inited", run_apidoc)

nbsphinx_allow_errors = True
2 changes: 1 addition & 1 deletion docs/source/developer_guide/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ Building the documentation
Packages in the ``docs`` dependency group install `Sphinx <https://www.sphinx-doc.org>`_
and other Python packages required to build ``aiida-mlip``'s documentation.

Individual individual documentation pages can be edited directly::
Individual documentation pages can be edited directly::

docs/source/index.rst
docs/source/developer_guide/index.rst
Expand Down
4 changes: 4 additions & 0 deletions docs/source/user_guide/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ User guide
data
calculations
training
notebooks/singlepoint
notebooks/descriptors
notebooks/geometry-optimisation
notebooks/high-throughput-screening
Loading
Loading