Skip to content

Commit 01bd9e4

Browse files
committed
rename doc to docs
1 parent fdb9d4b commit 01bd9e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.flake8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ exclude =
66
__pycache__,
77
build,
88
dist,
9-
doc/source/conf.py
9+
docs/source/conf.py
1010
site_scons/* # bring it back after updating scons tools
1111
max-line-length = 115
1212
# Ignore some style 'errors' produced while formatting by 'black'

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
/.gitignore export-ignore
33
/.travis* export-ignore
44
/conda-recipe/ export-ignore
5-
/doc export-ignore
5+
/docs export-ignore
66
gitarchive.cfg export-subst

0 commit comments

Comments
 (0)