diff options
author | Sumanto Kar | 2025-06-08 22:44:36 +0530 |
---|---|---|
committer | GitHub | 2025-06-08 22:44:36 +0530 |
commit | 4cfc27894f8c96fd958c5b54d7d0c67ede53edbc (patch) | |
tree | 167da2aa60a7023d7c8dcf1ab633a24576f451f1 | |
parent | c0787307cc54a53b437c7dc1fd30bc773307aef2 (diff) | |
download | eSim-4cfc27894f8c96fd958c5b54d7d0c67ede53edbc.tar.gz eSim-4cfc27894f8c96fd958c5b54d7d0c67ede53edbc.tar.bz2 eSim-4cfc27894f8c96fd958c5b54d7d0c67ede53edbc.zip |
Update .readthedocs.yaml
-rw-r--r-- | .readthedocs.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 954424da..0eb35f04 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -18,7 +18,7 @@ build: # - pip install -r requirements.txt python: install: - - requirements: requirements.txt + - requirements: code/requirements.txt # Build documentation in the "docs/" directory with Sphinx sphinx: configuration: conf.py |