Skip to content

Commit 52144f4

Browse files
committed
rename sphinx_docs -> Docs
this syncs up with Castro
1 parent bc1ccfa commit 52144f4

Some content is hidden

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

48 files changed

+1593
-11
lines changed

.github/workflows/docs-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ jobs:
3535

3636
- name: Build docs
3737
run: |
38-
cd sphinx_docs/
38+
cd Docs/
3939
make SPHINXOPTS='-v -W --keep-going' html
4040
4141
- name: Link check
4242
run: |
43-
cd sphinx_docs/
43+
cd Docs/
4444
make SPHINXOPTS=-v linkcheck

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ extern.f90
7878
# sphinx
7979
build/
8080
doxy_files
81-
sphinx_docs/source/runtime_parameters.rst
81+
Docs/source/runtime_parameters.rst
8282

8383

8484
# C++ parameters
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.

0 commit comments

Comments
 (0)