File: drop_notebook_in_docs.patch

package info (click to toggle)
mdtraj 1.11.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 79,324 kB
  • sloc: python: 25,217; ansic: 6,266; cpp: 5,685; xml: 1,252; makefile: 192
file content (12 lines) | stat: -rw-r--r-- 380 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
Index: mdtraj/docs/conf.py
===================================================================
--- mdtraj.orig/docs/conf.py	2025-08-11 10:57:18.580856488 +0200
+++ mdtraj/docs/conf.py	2025-08-11 10:57:18.576856420 +0200
@@ -39,7 +39,6 @@
     "sphinx.ext.napoleon",
     "sphinx.ext.viewcode",
     "numpydoc",
-    "notebook_sphinxext",
     "nbsphinx",
     "nbsphinx_link",
 ]