summarylogtreecommitdiffstats
path: root/new-doc-building.patch
diff options
context:
space:
mode:
authorUniversebenzene2022-08-22 17:57:03 +0800
committerUniversebenzene2022-08-22 17:57:03 +0800
commit3266fb07e2c40c68a24d1e07f2a93c1fb4624e18 (patch)
tree949e8eea18f0f135ee0d4a82145d3bd34b29c434 /new-doc-building.patch
parent666d147aa2812e85f0eb0a168fd005ec90bc80fb (diff)
downloadaur-3266fb07e2c40c68a24d1e07f2a93c1fb4624e18.tar.gz
Add doc
Diffstat (limited to 'new-doc-building.patch')
-rw-r--r--new-doc-building.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/new-doc-building.patch b/new-doc-building.patch
new file mode 100644
index 000000000000..69db90018156
--- /dev/null
+++ b/new-doc-building.patch
@@ -0,0 +1,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),
+ }