Skip to content

Commit

Permalink
fix issue in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
yihming committed May 17, 2021
1 parent 12f9ffb commit 9ed0709
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
# -- Project information -----------------------------------------------------

project = "PegasusIO"
copyright = "2020 The Broad Institute, Inc. and The General Hospital Corporation. All rights reserved."
copyright = "2021 The Broad Institute, Inc. and The General Hospital Corporation. All rights reserved."
author = (
"Bo Li, Yiming Yang"
)

# The short X.Y version
version = "0.2"
# The full version, including alpha/beta/rc tags
release = "0.2.9"
release = "0.2.11"


# -- General configuration ---------------------------------------------------
Expand Down Expand Up @@ -145,7 +145,7 @@


def setup(app):
app.add_stylesheet("css/custom.css")
app.add_css_file("css/custom.css")


# -- Options for LaTeX output ------------------------------------------------
Expand Down

0 comments on commit 9ed0709

Please sign in to comment.