mirror of
https://github.com/JakeHillion/drgn.git
synced 2024-12-22 09:13:06 +00:00
c9cb28b649
Read the Docs defaults to Sphinx 1.8.5. This version was released in 2019 and doesn't know about the :classmethod: option, so the documentation for Object.from_bytes_() is missing from drgn.readthedocs.io. Set the required version to the current latest version as recommended by Read the Docs: https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html#pinning-dependencies. Signed-off-by: Omar Sandoval <osandov@osandov.com>
7 lines
110 B
YAML
7 lines
110 B
YAML
version: 2
|
|
sphinx:
|
|
configuration: docs/conf.py
|
|
python:
|
|
install:
|
|
- requirements: docs/requirements.txt
|