falconry / falcon

The no-magic web data plane API and microservices framework for Python developers, with a focus on reliability, correctness, and performance at scale.
https://falcon.readthedocs.io/en/stable/
Apache License 2.0
9.51k stars 937 forks source link

chore: insert parent dir into `sys.path` when building docs #2096

Closed vytas7 closed 2 years ago

vytas7 commented 2 years ago

This classical conf.py hack shouldn't really be needed, but apparently in some scenarios it is still desirable. Shouldn't hurt for anybody else.

Closes #2080

codecov[bot] commented 2 years ago

Codecov Report

Merging #2096 (87bf81b) into master (3e38983) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##            master     #2096   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           62        62           
  Lines         6743      6743           
  Branches      1253      1253           
=========================================
  Hits          6743      6743           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.