From 054572b7ae342f8d71d494157f19309fa4bf799c Mon Sep 17 00:00:00 2001 From: Larry Bradley Date: Mon, 31 Jul 2023 18:03:34 -0400 Subject: [PATCH 1/2] Disable ignoring linkcheck anchors --- docs/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 1b2050908..a7ea80192 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -185,4 +185,3 @@ r'https://iraf.net/*', r'https://github\.com/astropy/photutils/(?:issues|pull)/\d+'] linkcheck_timeout = 180 -linkcheck_anchors = False From 6fa260a3d018ddeb138519a3d9b7bfb363697c44 Mon Sep 17 00:00:00 2001 From: Larry Bradley Date: Mon, 31 Jul 2023 18:10:42 -0400 Subject: [PATCH 2/2] Fix astropy dev doc URL --- docs/contributing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing.rst b/docs/contributing.rst index 1b7168131..41e9acfe9 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -35,4 +35,4 @@ experience necessary): * `Coding Guidelines `_ -* `Developer Documentation `_ +* `Developer Documentation `_