Skip to content

Commit

Permalink
chore: remove the version info in sphinx conf
Browse files Browse the repository at this point in the history
  • Loading branch information
haoxiangsnr committed Jul 20, 2022
1 parent 8bae973 commit e4997bd
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 51 deletions.
5 changes: 1 addition & 4 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,4 @@ build:

python:
install:
- method: pip
path: .
extra_requirements:
- docs
- requirements: docs/requirements.txt
3 changes: 3 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
sphinx-rtd-theme
myst-nb
autodoc_pydantic
4 changes: 0 additions & 4 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
import importlib_metadata

# -- Project information -----------------------------------------------------
project = "FullSubNet"
author = "HAO Xiang <haoxiangsnr@gmail.com>"
project_copyright = "2022, HAO Xiang"
release = importlib_metadata.version(project)
version = ".".join(release.split(".")[:2]) # e.g., "0.3" stand for the major is "0" and the minor is "3"

# -- MetaConfig configuration ---------------------------------------------------
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
Expand Down
1 change: 0 additions & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ The FullSubNet a full-band and sub-band fusion model for single-channel real-tim
reference/conduct.md
reference/changelog.md


Indices and tables
------------------

Expand Down
42 changes: 0 additions & 42 deletions pyproject.toml

This file was deleted.

0 comments on commit e4997bd

Please sign in to comment.