Skip to content

Commit

Permalink
Fix rtd and linkcheck/badge
Browse files Browse the repository at this point in the history
  • Loading branch information
prisae committed Feb 16, 2024
1 parent c5fb8d7 commit 44a2654
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Required
version: 2

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

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
Expand All @@ -11,10 +16,7 @@ formats: []
# Optionally set the version of Python and requirements required to build your
# docs
python:
version: 3.8
install:
# Temporary workaround to have discretize wheels built.
- requirements: .rtd-requirements.txt
- requirements: requirements-dev.txt
- method: pip
path: .
2 changes: 1 addition & 1 deletion docs/dev/maintenance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ release.
:target: https://coveralls.io/github/emsig/emg3d?branch=main
:alt: Coveralls
.. image:: https://app.codacy.com/project/badge/Grade/0412e617e8cd42fea05303fe490b09b5
:target: https://www.codacy.com/gh/emsig/emg3d/dashboard?utm_source=github.com&utm_medium=referral&utm_content=emsig/emg3d&utm_campaign=Badge_Grade
:target: https://app.codacy.com/gh/emsig/emg3d/dashboard?utm_source=github.com&utm_medium=referral&utm_content=emsig/emg3d&utm_campaign=Badge_Grade
:alt: Codacy

Check CI coverage and code quality is good.
Expand Down

0 comments on commit 44a2654

Please sign in to comment.