Skip to content

Commit e6d2a9e

Browse files
committed
WIP: testin sphinx build + artifacts x13
1 parent 56505b9 commit e6d2a9e

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
107107
- name: Sphinx build
108108
run: |
109-
conda run --name diff_check --no-capture-output sphinx-build doc _build
109+
sphinx-build doc _build
110110
working-directory: ${{github.workspace}}
111111

112112

doc/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Description missing for DiffCheck
1414

1515
gh_components
1616

17+
1718
.. toctree::
1819
:hidden:
1920
:maxdepth: 3

doc/testing.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
DFTesting
55
=========
66

7+
Ideally, if we add code to the project, we should also add tests (at least unit tests).
78
In df we use `CTest` as a test framework managed by Cmake in the file ``cmake/tests.cmake`` to run:
89

910
* `c++ <#cpp_test>`_ tests with `GoogleTest`, and

0 commit comments

Comments
 (0)