From b28301d0e75b1b604fac7a80cb3a47bffda5ebd4 Mon Sep 17 00:00:00 2001 From: Di Xu Date: Sat, 7 Oct 2023 10:33:40 +0800 Subject: [PATCH] fix missing docs for modules --- .readthedocs.yaml | 6 +++--- doc/requirements.txt | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 doc/requirements.txt 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