We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be1c548 + e95f5e5 commit f86fd95Copy full SHA for f86fd95
generate-docs.sh
@@ -31,7 +31,7 @@ echo "Downloading SCIP tagfile to create links to SCIP docu"
31
wget -q -O docs/scip.tag https://scip.zib.de/doc/scip.tag
32
33
#get version number for doxygen
34
-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 \')
35
36
# generate html documentation in docs/html
37
echo "Generating documentation"
0 commit comments