Skip to content

Commit

Permalink
Test docs apt_packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mlafarga committed May 21, 2024
1 parent c80b6de commit 9305ca1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ build:
os: "ubuntu-22.04"
tools:
python: "3.9"
apt_packages:
# - libclang
# - cmake
- gcc
- gfortran

python:
install:
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,5 @@



autodoc_mock_imports = ['gcc', 'gfortran', 'flang', 'nvfortran', 'pgfortran', 'ifort', 'ifx', 'g95']
# autodoc_mock_imports = ['gcc', 'gfortran', 'flang', 'nvfortran', 'pgfortran', 'ifort', 'ifx', 'g95']

0 comments on commit 9305ca1

Please sign in to comment.