icaros-usc / pyribs

A bare-bones Python library for quality diversity optimization.
https://pyribs.org
MIT License
208 stars 33 forks source link

Attempt to fix issues with sphinx-codeautolink #280

Closed btjanaka closed 1 year ago

btjanaka commented 1 year ago

Description

sphinx-codeautolink is throwing several warnings during the documentation build -- here we try to fix these warnings.

Relevant issue: https://github.com/felix-hilden/sphinx-codeautolink/issues/96

Upgrading to Python 3.10 in ReadTheDocs seems to remove some of the errors, but there is still no auto linking in the examples. This seems to be a difficult issue, so we will settle for this.

TODO

Questions

Status