Skip to content

Commit

Permalink
Merge pull request #905 from festim-dev/fix-docs
Browse files Browse the repository at this point in the history
Fix API docs
  • Loading branch information
RemDelaporteMathurin authored Oct 30, 2024
2 parents 0c78549 + e8cafcc commit 013937a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
10 changes: 5 additions & 5 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
# Required
version: 2


conda:
environment: docs/source/environment.yaml

Expand All @@ -16,13 +15,14 @@ build:

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

# If using Sphinx, optionally build your docs in additional formats such as PDF
# formats:
# - pdf

# # Optionally declare the Python requirements required to build your docs
# python:
# install:
# - requirements: docs/requirements.txt
python:
install:
- method: pip
path: .
11 changes: 5 additions & 6 deletions docs/source/environment.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
name: fenics
channels:
- conda-forge
- defaults
dependencies:
- fenics
- fenics-dolfinx==0.9.0
- pip>=20.1
- matplotlib==3.7.1
- scifem
- pip:
- sympy
- sphinx_book_theme==1.0.1
- sphinx==6.2.1
- sphinx-design==0.4.1
- sphinx_book_theme==1.0.1
- sphinx==6.2.1
- sphinx-design==0.4.1

0 comments on commit 013937a

Please sign in to comment.