Skip to content

Commit

Permalink
Merge pull request #879 from scipopt/fix-docs-version
Browse files Browse the repository at this point in the history
Fix path where version is loaded
  • Loading branch information
mmghannam committed Aug 2, 2024
2 parents be1c548 + e95f5e5 commit f86fd95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ echo "Downloading SCIP tagfile to create links to SCIP docu"
wget -q -O docs/scip.tag https://scip.zib.de/doc/scip.tag

#get version number for doxygen
export VERSION_NUMBER=$(grep "__version__" src/pyscipopt/__init__.py | cut -d ' ' -f 3 | tr --delete \')
export VERSION_NUMBER=$(grep "__version__" src/pyscipopt/_version.py | cut -d ' ' -f 3 | tr --delete \')

# generate html documentation in docs/html
echo "Generating documentation"
Expand Down

0 comments on commit f86fd95

Please sign in to comment.