ni / nidaqmx-python

A Python API for interacting with NI-DAQmx
Other
443 stars 157 forks source link

Fix readthedocs documentation generation #486

Closed zhindes closed 9 months ago

zhindes commented 9 months ago

What does this Pull Request accomplish?

It fixes readthedocs generation.

Why should this Pull Request be merged?

readthedocs has been failing for some time with this error:

Sphinx version error:
The sphinxcontrib.applehelp extension used by this project needs at least Sphinx v5.0; it therefore cannot be built with this version.

Closes #487

What testing has been done?

Manually generating the documentation works. RTD pipeline seems happy.

github-actions[bot] commented 9 months ago

Test Results

 10 files   -     20   10 suites   - 20   2m 51s :stopwatch: - 30m 53s  95 tests  -  1 147   95 :white_check_mark:  -    967  0 :zzz:  -   180  0 :x: ±0  950 runs   - 18 310  950 :white_check_mark:  - 15 690  0 :zzz:  - 2 620  0 :x: ±0 

Results for commit 2220e937. ± Comparison against base commit 908cebf2.

This pull request removes 1147 tests. ``` tests.acceptance.test_examples ‑ test___shipping_example___run___no_errors[library_init_kwargs-example_path0] tests.acceptance.test_examples ‑ test___shipping_example___run___no_errors[library_init_kwargs-example_path10] tests.acceptance.test_examples ‑ test___shipping_example___run___no_errors[library_init_kwargs-example_path11] tests.acceptance.test_examples ‑ test___shipping_example___run___no_errors[library_init_kwargs-example_path12] tests.acceptance.test_examples ‑ test___shipping_example___run___no_errors[library_init_kwargs-example_path13] tests.acceptance.test_examples ‑ test___shipping_example___run___no_errors[library_init_kwargs-example_path14] tests.acceptance.test_examples ‑ test___shipping_example___run___no_errors[library_init_kwargs-example_path15] tests.acceptance.test_examples ‑ test___shipping_example___run___no_errors[library_init_kwargs-example_path16] tests.acceptance.test_examples ‑ test___shipping_example___run___no_errors[library_init_kwargs-example_path17] tests.acceptance.test_examples ‑ test___shipping_example___run___no_errors[library_init_kwargs-example_path1] … ```