omaciel / fauxfactory

Generates random data for your tests.
Other
37 stars 26 forks source link

Fix: WARNING: py:class reference target not found #104

Closed digitronik closed 5 years ago

digitronik commented 5 years ago

I don't like this way but I found this is only way to avoid this warning.

sphinx changes: https://github.com/sphinx-doc/sphinx/pull/3927/files

References:

  1. There is one issue open related to python referencing of built-in types. https://bugs.python.org/issue11975

  2. In Sphinx: https://github.com/sphinx-doc/sphinx/issues/4609#issuecomment-365301990

codecov[bot] commented 5 years ago

Codecov Report

Merging #104 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #104   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           9      9           
  Lines         476    476           
=====================================
  Hits          476    476
Impacted Files Coverage Δ
fauxfactory/factories/strings.py 100% <ø> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update adc66a7...28ecb1d. Read the comment docs.