Граф коммитов

6 Коммитов

Автор SHA1 Сообщение Дата
Joel Maher 3db2f7dccf
remove deprecated python.version (#7485) 2022-07-13 11:53:13 -07:00
Joel Maher 0c8cc14ce5
fix typo in .readthedocs.yml file. (#7478) 2022-07-07 05:40:58 -07:00
Joel Maher 760bdcced0
adjust readthedocs OS to be unbuntu 22.04 which will support python 3.10 (#7473) 2022-06-29 08:00:28 -07:00
Joel Maher 890a8769e6
increase python version to be compatible with readthedocs. r=aryx (#7469) 2022-06-28 10:11:12 -07:00
Armen Zambrano 5ca21043df
Make poetry the default method for generating the docs (#6424)
This makes sure that serving the documentation via poetry does not regress
and we have a single way of generating them.

Setting the build backend in `pyproject.toml` makes `pip` to use `poetry` to install the dependencies. By doing so, readthedocs will be able to install the required dependencies to generate the docs (since they don't support poetry directly).
2020-05-15 15:12:35 -04:00
Ed Morley 65287fed30
Bug 1466084 - Docs: Switch to MkDocs and Material theme (#4565)
Switches from Sphinx to MkDocs, since it:
* supports Markdown natively without requiring hacks like `eval_rst`
* validates inline links, ensuring that they are not broken
* has a more pleasant live-reloading dev-server
* supports the nicer looking mkdocs-material theme
* is a third of the size of Sphinx (including deps)

The theme change is now possible since Read the Docs have just started
supporting use of custom themes (previously they would override the theme
and use `readthedocs` theme regardless).
2019-02-06 19:34:08 +00:00