Skip to content

Commit d36997c

Browse files
authored
Merge branch 'main' into update_astropy_init
2 parents 7d0fbae + dd62ba5 commit d36997c

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.readthedocs.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
version: 2
22

33
build:
4-
image: latest
4+
os: ubuntu-20.04
5+
tools:
6+
python: '3.7'
7+
apt_packages:
8+
- graphviz
59

610
sphinx:
711
fail_on_warning: true
812

913
python:
10-
version: 3.7
1114
install:
1215
- method: pip
1316
path: .

skypy/utils/photometry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ def logistic_completeness_function(magnitude, magnitude_95, magnitude_50):
436436
is array_like of shape (nb, ) it returns array_like of shape (nb, ).
437437
438438
References
439-
-----------
439+
----------
440440
.. [1] López-Sanjuan, C. et al., `2017A&A…599A..62L`_
441441
.. _2017A&A…599A..62L: https://ui.adsabs.harvard.edu/abs/2017A%26A...599A..62L
442442

0 commit comments

Comments
 (0)