domainaware / checkdmarc

A parser for SPF and DMARC DNS records
https://domainaware.github.io/checkdmarc
Apache License 2.0
244 stars 76 forks source link

error building #123

Closed nekromoff closed 7 months ago

nekromoff commented 7 months ago
building [html]: targets for 4 source files that are out of date
updating environment: [new config] 4 added, 0 changed, 0 removed
reading sources... [100%] installation
WARNING: invalid signature for automodule ('checkdmarc.smtp_tls_reporting\n:mem')
WARNING: don't know which module to import for autodocumenting 'checkdmarc.smtp_tls_reporting\n:mem' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
/var/www/html/checkdmarc/docs/source/api.md:49: ERROR: Unexpected indentation.
/var/www/html/checkdmarc/docs/source/api.md:47: WARNING: Inline literal start-string without end-string.
/var/www/html/checkdmarc/docs/source/api.md:47: WARNING: Inline interpreted text or phrase reference start-string without end-string.
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... done
copying assets... copying static files... done
copying extra files... done
done
writing output... [100%] installation
generating indices... genindex py-modindex done
highlighting module code... [100%] checkdmarc.utils
writing additional pages... search done
dumping search index in English (code: en)... done
dumping object inventory... done
build succeeded, 5 warnings.

The HTML pages are in build/html.
cp: target '../../checkdmarc-docs/' is not a directory
seanthegeek commented 7 months ago

build.sh assumed ../../checkdmarc-docs/ exists because that's where I have the gh-pages branch checked out on my system. I just updated build.sh to not make this assumption.