Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check whether we can remove the requirements.txt file from the docs #834

Open
Zethson opened this issue Nov 29, 2021 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@Zethson
Copy link
Member

Zethson commented Nov 29, 2021

# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

version: 2

# Build documentation in the docs/ directory with Sphinx
sphinx:
    configuration: docs/conf.py

# Build documentation with MkDocs
#mkdocs:
#  configuration: mkdocs.yml

# Optionally build your docs in additional formats such as PDF and ePub
formats: all

# Optionally set the version of Python and requirements required to build your docs
python:
    version: 3.8
    install:
        - method: pip
          path: .
        - requirements: docs/requirements.txt

All documentation requirements should be in the pyproject.toml file. Hence, the pip install . should hopefully include all requirements to build the docs.
I'd remove the documentation requirements.txt if this is the case.

@Zethson Zethson added the enhancement New feature or request label Nov 29, 2021
@Zethson
Copy link
Member Author

Zethson commented Nov 29, 2021

Doesn't seem to be the case though....

python-poetry/poetry#3514

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant