Skip to content

Commit

Permalink
Docs update (RTD build working now)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlafarga committed May 21, 2024
1 parent 9305ca1 commit 31457b7
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 13 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ instance/

# Sphinx documentation
docs/_build/
docs/api/

# PyBuilder
.pybuilder/
Expand Down
4 changes: 1 addition & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ build:
os: "ubuntu-22.04"
tools:
python: "3.9"
apt_packages:
# - libclang
# - cmake
apt_packages: # https://docs.readthedocs.io/en/stable/faq.html#why-do-i-get-import-errors-from-libraries-depending-on-c-modules
- gcc
- gfortran

Expand Down
7 changes: 0 additions & 7 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,3 @@

# -- Options for EPUB output -------------------------------------------------
epub_show_urls = 'footnote'





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

3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ docs = [
"numpydoc",
"sphinx_rtd_theme",
"nbsphinx",
# "meson-python",
# "meson >= 1.1.0",
# "numpy",
]

[project.scripts]
Expand Down

0 comments on commit 31457b7

Please sign in to comment.