This is an automated email from the ASF dual-hosted git repository.
jky pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flagon-distill.git
The following commit(s) were added to refs/heads/master by this push:
new 2080ba6 Update .readthedocs.yaml
new a7120f8 Merge pull request #23 from
UMD-ARLIS/updating_readthedocs_file
2080ba6 is described below
commit 2080ba6e8b53815c007fed0796633f54f0a1be23
Author: Amir Ghaemi <[email protected]>
AuthorDate: Wed Oct 25 14:12:47 2023 -0400
Update .readthedocs.yaml
---
.readthedocs.yaml | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index c75e296..082fb71 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -14,12 +14,19 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required
version: 2
+# Specify the operating system for the build
+build:
+ os: ubuntu-22.04
+ tools:
+ python: "3.7"
+
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
@@ -34,6 +41,7 @@ sphinx:
# Optionally set the version of Python and requirements required to build your
docs
python:
- version: 3.7
- install:
- - requirements: docs/requirements.txt
+ install:
+ - requirements: docs/requirements.txt
+
+