Skip to content

Commit

Permalink
📝 fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
HamedBabaei committed Dec 5, 2024
1 parent f5b47e8 commit 3bfb7bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/readthedocs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
run: |
curl -X POST \
-H "Authorization: Token $READTHEDOCS_TOKEN" \
https://readthedocs.org/api/v3/projects/ontoaligner/builds/
https://readthedocs.org/api/v3/projects/ontoaligner/
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def setup(app: Sphinx):
project = 'OntoAligner'
copyright = f'{str(datetime.datetime.now().year)} SciKnowOrg'
author = 'Hamed Babaei Giglou'
release = '0.1.0'
release = '0.2.0'


# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit 3bfb7bb

Please sign in to comment.