-
Notifications
You must be signed in to change notification settings - Fork 321
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
0.8.1: sphinx warnings reference target not found
#665
Comments
One more thiong. Top be able use +++ b/docs/conf.py 2022-04-29 10:25:21.499346864 +0000
@@ -11,10 +11,8 @@
# documentation root, use os.path.abspath to make it absolute, like shown here.
#
import os
-
-# import sys
-# sys.path.insert(0, os.path.abspath('.'))
-
+import sys
+sys.path.insert(0, os.path.abspath('../src'))
# -- Project information ----------------------------------------------------- |
I think the warning behavior is expected as on the |
You can peak on fixes that kind of issues in other projects |
same comment as for #902
|
Just as an FYI @kloczek : the warnings and errors on the "kitchen sink" page are expected because part of the point of that page is to demo all formatting, including things like broken references. |
On building my packages I'm using
sphinx-build
command with-n
switch which shows warmings about missing references. These are not critical issues.There are few otgher warnings as well.
Here is the output with warnings:
The text was updated successfully, but these errors were encountered: