Skip to content

Commit e7d1990

Browse files
Add RTD requirements file and test scripts
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
1 parent f2c1400 commit e7d1990

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

docs/scripts/doc8_style_check.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
# halt script on error
3+
set -e
4+
# Check for Style Code Violations
5+
doc8 --max-line-length 100 source --ignore D000 --quiet
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
# halt script on error
3+
set -e
4+
# Build locally, and then check links
5+
sphinx-build -E -W -b linkcheck source build

0 commit comments

Comments
 (0)