Skip to content

Commit

Permalink
once more docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kmlefran committed Jan 19, 2024
1 parent b6c3150 commit c5de78a
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 11 deletions.
25 changes: 14 additions & 11 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py

build:
os: ubuntu-22.04
os: "ubuntu-22.04"
tools:
python: "3.11"

python:
install:
- method: pip
path: .
extra_requirements:
- docs

# Let the build fail if there are any warnings
sphinx:
builder: html
fail_on_warning: true
install:
- requirements: docs/requirements.txt
- method: pip
path: .
18 changes: 18 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
aiida-core
sphinx
sphinxcontrib-contentui
sphinxcontrib-details-directive
furo
markupsafe<2.1
pandas
numpy
aiida-submission-controller
pydantic
ase
sphinx-rtd-theme
cclib
aiida-dataframe
multiprocess
subproptools
group_decomposition
voluptuous

0 comments on commit c5de78a

Please sign in to comment.