Commit 4f39cbc
committed
Fix Sphinx intersphinx_mapping configuration
Fix Sphinx build error: 'Invalid intersphinx_mapping configuration'
**Issues fixed:**
1. Removed duplicate 'py3' and 'python' entries (kept 'python')
2. Removed obsolete 'rtd' reference (readthedocs.io docs)
3. Updated numpy: http://docs.scipy.org/doc/numpy → https://numpy.org/doc/stable/
4. Removed scipy and matplotlib (not cfxdb dependencies)
**Modern intersphinx_mapping:**
- python: Python 3 standard library docs
- txaio: txaio library docs
- autobahn: Autobahn|Python docs
- zlmdb: zLMDB docs
- numpy: NumPy docs (used for array types in cfxdb)
**Why these changes:**
- Modern Sphinx versions are stricter about URL validation
- HTTPS preferred over HTTP
- Old scipy.org URLs for numpy are deprecated
- Only include relevant project dependencies
This aligns with Sphinx best practices and cfxdb's actual dependencies.1 parent 7e9f5a5 commit 4f39cbc
1 file changed
+1
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
168 | 167 | | |
169 | | - | |
170 | 168 | | |
171 | 169 | | |
172 | 170 | | |
173 | | - | |
174 | | - | |
175 | | - | |
| 171 | + | |
176 | 172 | | |
0 commit comments