diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..05333ca --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,11 @@ +# Required +version: 2 + +# Set the OS, Python version and other tools you might need +build: + os: ubuntu-22.04 + tools: + python: "3.12" + +sphinx: + configuration: docs/conf.py diff --git a/README.md b/README.md index 47be25e..71bc66f 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,11 @@ A python library which interacts with themis. Use selenium and bs4. I'll try to ## Intended Features * [x] Log in - -To log in, go to the `config.py` file and replace the username and password field with yours. You can now continue to use the rest of the library. * [ ] Classes, methods and attributes described in the map below - + +## Docs +[here](http://temmies.rtfd.io/). Heavily WIP. + ## Class map ![map](images/roadmap.png)