Skip to content

[docs] [fix] Skip spell checker on bash code #3071

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

Merged
merged 7 commits into from
Jun 18, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/sphinx/using/backends/hardware/photonic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@ configuration.

.. code:: bash

|:spellcheck-disable:|export ORCA_ACCESS_URL="https://<ORCA API Server>"|:spellcheck-enable:|
export ORCA_ACCESS_URL="https://<ORCA API Server>"


Sometimes the requests to the PT-1 require an authentication token. This token can be set as an
environment variable named ``ORCA_AUTH_TOKEN``. For example, if the token is :code:`AbCdEf123456`,
environment variable named ``ORCA_AUTH_TOKEN``. For example, if the token is :code:`token123`,
you can set the environment variable as follows:

.. code:: bash

|:spellcheck-disable:|export ORCA_AUTH_TOKEN="AbCdEf123456"|:spellcheck-enable:|
export ORCA_AUTH_TOKEN="token123"

Submitting
`````````````````````````
Expand Down