Skip to content

Readthedocs fails to build the docs #542

@andreamari

Description

@andreamari

Issue Description

Readthedocs cannot build the docs (fails the build) after we merged this commit in which we have split the requirements into two files (requirements.txt and dev_requirements.txt).

Since readthedocs only looks inside a single file (requirements.txt), the build fails.

How to fix

I am not sure what is the optimal solution. Two ideas:

  • Add Cirq to dev_requirements.txt too. And set dev_requirements.txt in the readthedocs administration settings instead of requirements.txt. I tried this, but since Cirq is missing in dev_requirements.txt the API is not rendered (even if the build correctly passes).
  • Add a new readthedocs configuration file.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingdocumentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions