Skip to content

Commit 04003d9

Browse files
committed
Update the docs
1 parent b1bc9f2 commit 04003d9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/latest/_sources/overview.rst.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@ Rebuilding HTML Docs
6666

6767
.. code-block:: console
6868
69-
pip install sphinx
69+
pip install sphinx sphinx-rtd-theme
7070
71-
* Run the shell script ``build_docs.sh``, or copy the command from the file when using on Windows
71+
* Run the shell script ``build_docs.sh``, or copy the command from the file when using on Windows

docs/latest/api/utils/token.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ <h1>Token<a class="headerlink" href="#token" title="Link to this heading"></a
444444

445445
<dl class="py attribute">
446446
<dt class="sig sig-object py" id="O365.utils.token.BaseTokenBackend.serializer">
447-
<span class="sig-name descname"><span class="pre">serializer</span></span><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre">&lt;module</span> <span class="pre">'json'</span> <span class="pre">from</span> <span class="pre">'/opt/hostedtoolcache/Python/3.14.2/x64/lib/python3.14/json/__init__.py'&gt;</span></em><a class="headerlink" href="#O365.utils.token.BaseTokenBackend.serializer" title="Link to this definition"></a></dt>
447+
<span class="sig-name descname"><span class="pre">serializer</span></span><span class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre">&lt;module</span> <span class="pre">'json'</span> <span class="pre">from</span> <span class="pre">'/opt/hostedtoolcache/Python/3.14.2/x64/lib/python3.14/json/__init__.py'&gt;</span></span><a class="headerlink" href="#O365.utils.token.BaseTokenBackend.serializer" title="Link to this definition"></a></dt>
448448
<dd></dd></dl>
449449

450450
</dd></dl>

docs/latest/overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ <h2>Rebuilding HTML Docs<a class="headerlink" href="#rebuilding-html-docs" title
147147
<ul class="simple">
148148
<li><p>Install <code class="docutils literal notranslate"><span class="pre">sphinx</span></code> python library:</p></li>
149149
</ul>
150-
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="go">pip install sphinx</span>
150+
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="go">pip install sphinx sphinx-rtd-theme</span>
151151
</pre></div>
152152
</div>
153153
<ul class="simple">

docs/latest/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)