nest / nest-simulator

The NEST simulator
http://www.nest-simulator.org
GNU General Public License v2.0
539 stars 365 forks source link

Refactor Sphinx config to consistently use `pathlib` instead of string manipulations #2847

Open terhorstd opened 1 year ago

terhorstd commented 1 year ago

The pathlib library provides many path-manipulation functions in a platform independent and widely use way. Currently the conf.py uses a mixture of str and Path objects that leads to confusing situation and inconsistent syntax. This makes changes and extra debugging necessary as for example in #2830 .

github-actions[bot] commented 1 year ago

Issue automatically marked stale!