Skip to content

Commit

Permalink
rebuild docs with conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SpookyO committed Mar 28, 2023
1 parent 98d2439 commit 4058b6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Binary file modified docs/_build/doctrees/environment.pickle
Binary file not shown.
4 changes: 4 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

import os
import sys

sys.path.insert(0, os.path.abspath('..'))

project = 'sra_wrapper'
copyright = '2023, SpookyO'
Expand Down

0 comments on commit 4058b6a

Please sign in to comment.