Skip to content

Commit

Permalink
MAINT: Update .readthedocs.yml to latest version in astropy package-t…
Browse files Browse the repository at this point in the history
…emplate (#609)

* Update .readthedocs.yml to latest version in astropy package-template

* Fix underline length

* Add graphviz to apt_packages
  • Loading branch information
rrjbca authored Nov 18, 2023
1 parent 9d7c01f commit dd62ba5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
version: 2

build:
image: latest
os: ubuntu-20.04
tools:
python: '3.7'
apt_packages:
- graphviz

sphinx:
fail_on_warning: true

python:
version: 3.7
install:
- method: pip
path: .
Expand Down
2 changes: 1 addition & 1 deletion skypy/utils/photometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ def logistic_completeness_function(magnitude, magnitude_95, magnitude_50):
is array_like of shape (nb, ) it returns array_like of shape (nb, ).
References
-----------
----------
.. [1] López-Sanjuan, C. et al., `2017A&A…599A..62L`_
.. _2017A&A…599A..62L: https://ui.adsabs.harvard.edu/abs/2017A%26A...599A..62L
Expand Down

0 comments on commit dd62ba5

Please sign in to comment.