Skip to content

Commit d8713d0

Browse files
committed
addressed review
1 parent 837e792 commit d8713d0

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Diff for: doc/source/conf.py

-10
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,9 @@
1515

1616
import datetime
1717
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-
)
2618

2719
import MDAnalysis as mda
2820

29-
MDAnalysis_version = mda.__version__
30-
3121
# -- Project information -----------------------------------------------------
3222

3323
project = "MDAnalysis User Guide"

0 commit comments

Comments
 (0)