![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
sphinx-algolia-crawler
Advanced tools
This Sphinx extension uses Algolia's v1 Crawler API - and may even be run standalone via CLI (without Sphinx).
This Sphinx extension (that can also be run standalone) uses Algolia's v1 Crawler API
to trigger a crawl. RTD uses Production stage, but Dev stage can be triggered either
via standalone Python CLI call or by setting project root .env
(see .env.template
).
In ReadTheDocs' env var dashboard, set:
ALGOLIA_CRAWLER_USER_ID
ALGOLIA_CRAWLER_API_KEY
ALGOLIA_CRAWLER_ID
💡 Add this to your root proj .env
to test locally (or as a standalone Python app)
import sys, os
sys.path.append(os.path.abspath(os.path.join('_extensions', 'sphinx_algolia_crawler')))
extensions = [ 'sphinx_algolia_crawler' ]
# While this example merely turns it on, you probably want to check if RTD /latest production
# See `xbe_docs` `conf.py` for examples of how we checked for this
algolia_crawler_enabled = True
See the -h
(help) command:
python3 .\sphinx_algolia_crawler.py -h
If conf.py
setup is set and algolia_crawler_enabled
, this will automatically trigger when the build is done.
This may work with older versions, but has not been tested.
At sphinx_algolia_crawler.py
:
See setup(app)
definition.
See if is_standalone:
block.
__init__.py
is required for both external pathing and to treat the directory as a pkgFAQs
This Sphinx extension uses Algolia's v1 Crawler API - and may even be run standalone via CLI (without Sphinx).
We found that sphinx-algolia-crawler demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.