Duncan Macleod
Duncan Macleod
The `html_minify` option uses a custom `site_pages` list to know what documents to minify, which is built as follows: https://github.com/bashtage/sphinx-material/blob/3c3d1533a8ef09dad6987e06fc5375867c18c529/sphinx_material/__init__.py#L60-L61 which doesn't work when using the `dirhtml` builder, for which...
## Is your feature request related to a problem? Please describe. I would love to be able to group services into cubes by `servicegroup.name`. I don't _think_ I can do...
## Is your feature request related to a problem? Please describe. I love the icingaweb2 cube module. However, we have a heterogeneous service configuration such that in a 2-dimsional view...
## Is your feature request related to a problem? Please describe. For large cube groups the default service listing shown when clicking on a cube is sorted by 'name', meaning...
#### Description Currently, `pycondor` writes all submission files using the `.submit` file extension. I think it would be good to instead write dagman files with `.dag` and job files with...
#### Reference Issue Fixes #134 #### What does this pull request implement/fix? Explain your changes. This PR patches the relevant class instance methods to use the following file extensions, rather...
#### Description I'm wondering how I can write a dag/submit pair where each node in the dag simply requires a different value of a single argument, but that the `arguments`...
**Describe the bug** The `test/test_drivers.py::test_plotting` test is incompatible with matploitlib >= 3.8.0 resulting in an `AttributeError`: ```pytb ================================== FAILURES =================================== ________________________________ test_plotting ________________________________ def test_plotting(): # Model definitions # =================...
The `_MAX_CONCURRENT_FETCHES` module variable in `sphinx_immaterial.google_fonts` is currently unused: ```console $ git grep _MAX_CONCURRENT_FETCHES sphinx_immaterial/google_fonts.py:_MAX_CONCURRENT_FETCHES = 128 ``` I presume this is supposed to be a way for users to...
This PR fixes #127 and adds a new integration test to assert the fix for a nested configuration.