diff --git a/.readthedocs.yaml b/.readthedocs.yaml index d23574e..49dafa0 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -17,6 +17,6 @@ sphinx: # We recommend specifying your dependencies to enable reproducible builds: # https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html -# python: -# install: -# - requirements: docs/requirements.txt +python: + install: + - requirements: doc/requirements.txt diff --git a/doc/requirements.txt b/doc/requirements.txt new file mode 100644 index 0000000..a0d4bb7 --- /dev/null +++ b/doc/requirements.txt @@ -0,0 +1 @@ +xmltodict