Skip to content

Commit b39b87f

Browse files
committed
Renaming docs and resources to avoid inclusion in dist.
1 parent 8338dee commit b39b87f

11 files changed

+7
-7
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

.gitignore

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ bin/
1212
NullPacketComms
1313

1414
# Ignore doxygen built files
15-
/docs/doxygen/html/
16-
/docs/doxygen/xml/
15+
.docs/doxygen/html/
16+
.docs/doxygen/xml/
1717

1818
# Ignore the test runner
1919
googletest/
@@ -25,9 +25,9 @@ googletest/
2525
*.code-workspace
2626

2727
# Ignore sphinx build data
28-
docs/_build/
29-
docs/_static/
30-
docs/_templates/
28+
.docs/_build/
29+
.docs/_static/
30+
.docs/_templates/
3131

3232
# Ignore dev virtual enviroment
3333
.env

.readthedocs.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ version: 2
77

88
# Build documentation in the docs/ directory with Sphinx
99
sphinx:
10-
configuration: docs/source/conf.py
10+
configuration: .docs/source/conf.py
1111

1212
# Build additional formats such as PDF
1313
formats: all
1414

1515
# Install the additional requirements for sphinx extensions
1616
python:
1717
install:
18-
- requirements: docs/requirements.txt
18+
- requirements: .docs/requirements.txt

0 commit comments

Comments
 (0)