We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 837e792 commit d8713d0Copy full SHA for d8713d0
doc/source/conf.py
@@ -15,19 +15,9 @@
15
16
import datetime
17
import subprocess
18
-import warnings
19
-
20
-warnings.filterwarnings(
21
- "ignore",
22
- message="DCDReader currently makes independent timesteps",
23
- category=DeprecationWarning,
24
- module="MDAnalysis.coordinates.DCD",
25
-)
26
27
import MDAnalysis as mda
28
29
-MDAnalysis_version = mda.__version__
30
31
# -- Project information -----------------------------------------------------
32
33
project = "MDAnalysis User Guide"
0 commit comments