Skip to content
Snippets Groups Projects
Commit 0c8aef12 authored by Odair M.'s avatar Odair M.
Browse files

fix(Build): fix python version

feat: 100% size page
parent 5ca48157
Branches
No related tags found
No related merge requests found
version: 2 version: 2
build:
os: ubuntu-20.04
tools:
python: "3.10"
python: python:
install: install:
- requirements: ./requirements.txt - requirements: ./requirements.txt
......
...@@ -29,7 +29,7 @@ intersphinx_mapping = { ...@@ -29,7 +29,7 @@ intersphinx_mapping = {
"sphinx": ("https://www.sphinx-doc.org/en/master/", None), "sphinx": ("https://www.sphinx-doc.org/en/master/", None),
} }
intersphinx_disabled_domains = ["std"] intersphinx_disabled_domains = ["std"]
sphinx_rtd_size_width = "90%" sphinx_rtd_size_width = "100%"
templates_path = ["_templates"] templates_path = ["_templates"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment