mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-20 15:40:32 +00:00
create warnings for missing libs
This commit is contained in:
parent
8d1c7edcf6
commit
6483218cb5
@ -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…
x
Reference in New Issue
Block a user