From 0c8aef12b9c11747d528f94d6027a440173d80ff Mon Sep 17 00:00:00 2001 From: Odair M <odairmario45@gmail.com> Date: Fri, 26 Aug 2022 18:54:16 -0300 Subject: [PATCH] fix(Build): fix python version feat: 100% size page --- .readthedocs.yaml | 4 ++++ source/conf.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 103b50a..cbf2338 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,5 +1,9 @@ version: 2 +build: + os: ubuntu-20.04 + tools: + python: "3.10" python: install: - requirements: ./requirements.txt diff --git a/source/conf.py b/source/conf.py index 9f41ea7..f6d7901 100644 --- a/source/conf.py +++ b/source/conf.py @@ -29,7 +29,7 @@ intersphinx_mapping = { "sphinx": ("https://www.sphinx-doc.org/en/master/", None), } intersphinx_disabled_domains = ["std"] -sphinx_rtd_size_width = "90%" +sphinx_rtd_size_width = "100%" templates_path = ["_templates"] -- GitLab