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

docs: Set minimum versions for sphinx #1760

Merged
merged 1 commit into from
Jul 13, 2016
Merged

Conversation

Tarrasch
Copy link
Contributor

I saw that the readthedocs build was failing, hence this is my attempt to fix it,
altough I don't know how to test this before merging it.
See https://readthedocs.org/projects/luigi/builds/4189801/

Unfortunately I couldn't find a way to connect a webhook between GitHub
PRs and readthedocs: readthedocs/readthedocs.org#1340

The reason I believe a version bump would fix it is because I see
exactly the same error as in sphinx-doc/sphinx#2465 and readthedocs
seem to use 1.3.5, causing the pdf docs to be outdated.

I saw that the build was failing, hence this is my attempt to fix it,
altough I don't know how to test this before merging it.
See https://readthedocs.org/projects/luigi/builds/4189801/

Unfortunately I couldn't find a way to connect a webhook between GitHub
PRs and readthedocs: readthedocs/readthedocs.org#1340

The reason I believe a version bump would fix it is because I see
exactly the same error as in sphinx-doc/sphinx#2465 and readthedocs
seem to use 1.3.5, causing the pdf docs to be outdated.
@mention-bot
Copy link

@Tarrasch, thanks for your PR! By analyzing the annotation information on this pull request, we identified @jcrobak, @themalkolm and @steenzout to be potential reviewers

@codecov-io
Copy link

codecov-io commented Jul 13, 2016

Current coverage is 76.13%

Merging #1760 into master will decrease coverage by 2.65%

@@             master      #1760   diff @@
==========================================
  Files            95         95          
  Lines         10350      10350          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
- Hits           8155       7880   -275   
- Misses         2195       2470   +275   
  Partials          0          0          

Powered by Codecov. Last updated by 6d4dbf0...8eff203

@Tarrasch Tarrasch merged commit b98898b into spotify:master Jul 13, 2016
@Tarrasch Tarrasch deleted the fix-rtd branch July 13, 2016 04:44
@Tarrasch
Copy link
Contributor Author

This patch wasn't enough, but it got fixed in #1761!

p7k pushed a commit to Celmatix/luigi that referenced this pull request Jul 28, 2016
* spotify/master: (24 commits)
  Add DateSecondParameter to parameter.py (spotify#1779)
  tox: Specify sphinx dependency better
  flake8: Unbreak travis build
  Excludes .tox from flake8 to prevent checking third-party libraries (spotify#1785)
  README: Remove monthly downloads badge
  Rename CentralPlannerScheduler to Scheduler (spotify#1781)
  Remove abstract Scheduler class (spotify#1778)
  Assistants: Don't affect longevity of tasks (spotify#1772)
  tests: Skip a inttermittently failing s3 test (spotify#1777)
  Update retcodes to handle new cases (spotify#1771)
  tests: Fix warning in remote_scheduler_test.py (spotify#1774)
  Remove sitecustomize file (spotify#1755)
  Fix exist method for ftp server
  Update copy() to return number and size of files copied
  Remove the confusing "dummy_test_module" directory (spotify#1756)
  Disable codecov comments on GitHub PRs (spotify#1754)
  Fix "owner_email" log message. (spotify#1762)
  docs: Install sphinx 1.4.4 in setup.py (spotify#1761)
  docs: Set minimum versions for sphinx (spotify#1760)
  Normalize ListParameter to be Immutable (spotify#1759)
  ...
This was referenced Jun 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants