Skip to content

Commit ee583ba

Browse files
committed
fix dox
1 parent 28477b4 commit ee583ba

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.github/workflows/run_tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,5 @@ jobs:
4141
with:
4242
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
4343
file: coverage.xml # optional
44-
flags: unittests # optional
45-
name: codecov-umbrella # optional
44+
flags: octave # optional
4645
fail_ci_if_error: true # optional (default = false)

.readthedocs.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,12 @@ sphinx:
1111
builder: html
1212
fail_on_warning: true
1313

14-
# Build documentation with MkDocs
15-
#mkdocs:
16-
# configuration: mkdocs.yml
17-
1814
# Optionally build your docs in additional formats such as PDF
1915
formats:
2016
- pdf
2117

2218
# Optionally set the version of Python and requirements required to build your docs
2319
python:
24-
version: 3.7
20+
version: 3
2521
install:
2622
- requirements: requirements.txt

0 commit comments

Comments
 (0)