Skip to content

Commit

Permalink
docs: environment and release log
Browse files Browse the repository at this point in the history
  • Loading branch information
wenzhangliu committed Dec 20, 2024
1 parent 75b39c5 commit 178ac17
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ dependencies:
- pip:
- black==20.8b1
- sphinx_github_changelog
- xuance
- furo
- sphinx-tabs
- sphinx-autobuild
Expand Down
4 changes: 1 addition & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,13 @@
import os
import sys

import xuance

sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "..")))
print("[DOCS] xuance library path: {}".format(sys.path[0]))

project = 'XuanCe'
copyright = '2023, XuanCe Contributors.'
author = 'Wenzhang Liu, Wenzhe Cai, Kun Jiang, Guangran Cheng, Yuanda Wang, Jiawei Wang, Jingyu Cao, Lele Xu, Chaoxu Mu, Changyin Sun.'
release = xuance.__version__
release = "1.2"

# The master toctree document.
master_doc = 'index'
Expand Down

0 comments on commit 178ac17

Please sign in to comment.