Skip to content

Commit af5461c

Browse files
authored
Merge pull request #318 from rgaiacs/nox
Import noxfile.py from team-compass
2 parents 2702d28 + 243c32b commit af5461c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+37
-28
lines changed

.gitignore

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
doc/_build
2-
doc/using/config_files.rst
3-
doc/howto/user_interface.rst
4-
doc/howto/lab_workspaces.rst
5-
doc/howto/languages.rst
6-
doc/_data/snippets
7-
doc/_data/pages
1+
docs/_build
2+
docs/using/config_files.rst
3+
docs/howto/user_interface.rst
4+
docs/howto/lab_workspaces.rst
5+
docs/howto/languages.rst
6+
docs/_data/snippets
7+
docs/_data/pages
88
.ipynb_checkpoints
99
.vscode

.readthedocs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ build:
1010
python: "3.12"
1111

1212
sphinx:
13-
configuration: doc/conf.py
13+
configuration: docs/conf.py
1414

1515
formats: []
1616

1717
python:
1818
install:
19-
- requirements: doc/doc-requirements.txt
19+
- requirements: docs/requirements.txt
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.

0 commit comments

Comments
 (0)