diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-03-01 12:51:03 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-03-01 12:55:50 +0100 |
| commit | 9a0f89c4c9310204a331d4b75e679a71faa6c153 (patch) | |
| tree | a938c4ed15f4f982cc4506e126121d64b9182e0f /.readthedocs.yml | |
| parent | c3e9754e6ae3dcb61d23bb324d192804d2365ad1 (diff) | |
| download | minishell_test-9a0f89c4c9310204a331d4b75e679a71faa6c153.tar.gz minishell_test-9a0f89c4c9310204a331d4b75e679a71faa6c153.tar.bz2 minishell_test-9a0f89c4c9310204a331d4b75e679a71faa6c153.zip | |
Added .readthedocs.yml
Diffstat (limited to '.readthedocs.yml')
| -rw-r--r-- | .readthedocs.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 0000000..8c44bff --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,11 @@ +version: 2 + +sphinx: + configuration: docs/conf.py + +python: + version: 3.7 + install: + - requirements: requirements-dev.txt + - method: pip + path: . |
