From 3447ced32ea3cbd5b710c8827228dc3d15d97843 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Fri, 28 Feb 2020 21:39:09 -0800 Subject: [PATCH] Add zero warnings to CONTRIBUTING seeing how hard it is to actuallly fully break sphinx --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8016f480..b8c6b101 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -56,7 +56,7 @@ Contents 20/foo_bar ``` -Then run `make clean && make html && make latexpdf` in the root of the manual directory and it should build successfully! +Then run `make clean && make html && make latexpdf` in the root of the manual directory and it should build successfully with zero wanrings! ## Getting mulitple Versions to Work To change into the file for the code you cloned from git of sphinxconfig-versioning and run ``` cd sphinxcontrib-versioning && sudo python3 setup.py install```