aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2015-05-27 23:14:00 -0700
committerbnewbold <bnewbold@robocracy.org>2015-05-27 23:14:00 -0700
commit6f45284326411f3f3d68e077449f14a2d1caa693 (patch)
tree43179461ff6b8d899deb0a84bc706d8738396f64
parentdc29856361aa8568d947db65aa90253c036540ae (diff)
downloadlibrambutan-6f45284326411f3f3d68e077449f14a2d1caa693.tar.gz
librambutan-6f45284326411f3f3d68e077449f14a2d1caa693.zip
docs: point doxygen fail to the correct README
-rw-r--r--docs/source/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 50badda..247edbf 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -268,7 +268,7 @@ if os.path.isdir(doxygen_xml_maybe):
doxygen_xml_dir = doxygen_xml_maybe
else:
print("FAIL: doxygen hasn't been run yet in this repository; "
- "see ../README")
+ "see README-building.txt")
sys.exit(-1)
breathe_projects = {'libmaple' : doxygen_xml_dir}