diff options
author | Sumanto Kar | 2025-05-21 23:13:11 +0530 |
---|---|---|
committer | GitHub | 2025-05-21 23:13:11 +0530 |
commit | 35edbfcc1f9d942fee04e7acd2eb33a38cf40acd (patch) | |
tree | 8b3f2a994d924887bf5214afb61af1d69d1d56a4 | |
parent | 4c18ec0ab05606dc2a7797237489f48257b592db (diff) | |
download | eSim-35edbfcc1f9d942fee04e7acd2eb33a38cf40acd.tar.gz eSim-35edbfcc1f9d942fee04e7acd2eb33a38cf40acd.tar.bz2 eSim-35edbfcc1f9d942fee04e7acd2eb33a38cf40acd.zip |
Changed the config path in .readthedocs.yaml
-rw-r--r-- | .readthedocs.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml index dd2aa46c..39f0f289 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -16,7 +16,7 @@ build: # Build documentation in the "docs/" directory with Sphinx sphinx: - configuration: docs/conf.py + configuration: conf.py # You can configure Sphinx to use a different builder, for instance use the dirhtml builder for simpler URLs # builder: "dirhtml" # Fail on all warnings to avoid broken references |