summarylogtreecommitdiffstats
path: root/new-doc-building.patch
blob: 69db90018156962a35430e41b900eb0d07664bd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- a/docs/conf.py	2013-11-09 22:35:32.000000000 +0800
+++ b/docs/conf.py	2022-08-22 17:46:15.797621371 +0800
@@ -28,8 +28,8 @@
 extensions = ['matplotlib.sphinxext.plot_directive',
               'sphinx.ext.autodoc',
               'sphinx.ext.intersphinx',
-              'astropy.sphinx.ext.numpydoc',
-              'astropy.sphinx.ext.astropyautosummary'
+              'sphinx_automodapi.automodapi',
+              'sphinx_automodapi.smart_resolver'
              ]
 
 autosummary_generate = True
@@ -287,5 +287,5 @@
     'python': ('http://docs.python.org/', None),
     'numpy': ('http://docs.scipy.org/doc/numpy/', None),
     'matplotlib': ('http://matplotlib.sourceforge.net/', None),
-    'astropy': ('http://www.astropy.org/', None),
+    'astropy': ('http://docs.astropy.org/en/stable/', None),
     }