mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-29 22:45:34 +00:00
create warnings for missing libs
This commit is contained in:
parent
8d1c7edcf6
commit
6483218cb5
1 changed files with 2 additions and 1 deletions
|
@ -51,7 +51,7 @@ try:
|
|||
"mwbase/windowmanager.hpp", "mwbase/world.hpp"])
|
||||
}
|
||||
except ImportError:
|
||||
pass
|
||||
print("WARNING: Unable to import breathe, code documentation won't be generated.")
|
||||
|
||||
# Add any paths that contain templates here, relative to this directory.
|
||||
templates_path = ['_templates']
|
||||
|
@ -86,6 +86,7 @@ try:
|
|||
int(cmake_data[26][1][1].contents))
|
||||
except ImportError:
|
||||
release = "UNRELEASED"
|
||||
print("WARNING: Unable to import parse_cmake, version will be set to: {0}.".format(release))
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
|
Loading…
Reference in a new issue