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: Install sphinx 1.4.4 in setup.py #1761

Merged
merged 1 commit into from
Jul 13, 2016
Merged

Conversation

Tarrasch
Copy link
Contributor

@Tarrasch Tarrasch commented Jul 13, 2016

Motivation and Context

This should unbreak the readthedocs build

https://readthedocs.org/projects/luigi/builds/4193162/

Have you tested this? If so, how?

I tested by:

  1. Create and source a virtualenv
  2. python setup.py install
  3. sphinx-build -T -E -b readthedocs -d _build/doctrees-readthedocs -D language=en doc _build/html

While it fails "somewhere", it still reports to have used sphinx 1.4.4. As expected.

@mention-bot
Copy link

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

@codecov-io
Copy link

Current coverage is 76.13%

Merging #1761 into master will decrease coverage by 2.67%

@@             master      #1761   diff @@
==========================================
  Files            95         95          
  Lines         10350      10350          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
- Hits           8157       7880   -277   
- Misses         2193       2470   +277   
  Partials          0          0          

Powered by Codecov. Last updated by b98898b...adbb08b

@Tarrasch Tarrasch merged commit 3ef26c2 into spotify:master Jul 13, 2016
@Tarrasch Tarrasch deleted the fix-rtd branch July 13, 2016 10:31
@Tarrasch
Copy link
Contributor Author

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