Skip to content

Commit f86fd95

Browse files
authored
Merge pull request #879 from scipopt/fix-docs-version
Fix path where version is loaded
2 parents be1c548 + e95f5e5 commit f86fd95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate-docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ echo "Downloading SCIP tagfile to create links to SCIP docu"
3131
wget -q -O docs/scip.tag https://scip.zib.de/doc/scip.tag
3232

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

3636
# generate html documentation in docs/html
3737
echo "Generating documentation"

0 commit comments

Comments
 (0)