Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ericthewizard committed Sep 14, 2021
1 parent b36eb65 commit abc266b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
# import sys
# sys.path.insert(0, os.path.abspath('.'))

#import pyspedas
#import pyspedas.cotrans.cotrans
import pyspedas
import pyspedas.cotrans.cotrans

# -- Project information -----------------------------------------------------

Expand Down Expand Up @@ -68,4 +68,4 @@
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
html_static_path = ['_static']

0 comments on commit abc266b

Please sign in to comment.