Skip to content

Commit

Permalink
Revert version
Browse files Browse the repository at this point in the history
  • Loading branch information
endast committed May 21, 2024
1 parent df92602 commit cae87ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 1 addition & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

from datetime import datetime
from importlib.metadata import version
from pathlib import Path

import yaml
Expand All @@ -22,14 +21,13 @@ def get_authors(cff_file):


cff_path = Path(__file__).parent.resolve() / "../CITATION.cff"

author_list = get_authors(cff_file=cff_path)


project = "DeepRVAT"
copyright = f"{datetime.now().year}, {author_list}"
author = f"{author_list}"
version = version("deeprvat")
version = "0.1.0"
release = version

# -- General configuration ---------------------------------------------------
Expand Down
3 changes: 0 additions & 3 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,3 @@ astroid==2.15.8
sphinx-copybutton==0.5.2
sphinx-rtd-theme==1.3.0
PyYAML==6.0.1

# Install the DeepRVAT package
-e .

0 comments on commit cae87ec

Please sign in to comment.