<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 19:58:28 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>OpenDaylight JIRA</title>
    <link>https://jira.opendaylight.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>8.20.10</version>
        <build-number>820010</build-number>
        <build-date>22-06-2022</build-date>
    </build-info>


<item>
            <title>[DOCS-25] if requirements.txt changes, you must delete your .tox folder</title>
                <link>https://jira.opendaylight.org/browse/DOCS-25</link>
                <project id="10121" key="DOCS">docs</project>
                    <description>&lt;p&gt;When locally testing the patch &lt;span class=&quot;error&quot;&gt;&amp;#91;0&amp;#93;&lt;/span&gt; which added sphinx_bootstrap_theme to the requirements.txt, I got the following error:&lt;/p&gt;

&lt;p&gt;&amp;gt; spectre:docs ckd$ tox -edocs&lt;br/&gt;
&amp;gt; docs installed: alabaster==0.7.8,Babel==2.3.4,docutils==0.12,imagesize==0.7.1,Jinja2==2.8,MarkupSafe==0.23,Pygments==2.1.3,pytz==2016.4,robotframework==3.0,six==1.10.0,snowballstemmer==1.2.1,Sphinx==1.4.4&lt;br/&gt;
&amp;gt; docs runtests: PYTHONHASHSEED=&apos;1128728617&apos;&lt;br/&gt;
&amp;gt; docs runtests: commands&lt;span class=&quot;error&quot;&gt;&amp;#91;0&amp;#93;&lt;/span&gt; | sphinx-build -b html -n -d /Users/ckd/git-reps/docs/.tox/docs/tmp/doctrees ./docs/ /Users/ckd/git-reps/docs/docs/_build/html&lt;br/&gt;
&amp;gt; Running Sphinx v1.4.4&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; Exception occurred:&lt;br/&gt;
&amp;gt;   File &quot;conf.py&quot;, line 18, in &amp;lt;module&amp;gt;&lt;br/&gt;
&amp;gt; ImportError: No module named sphinx_bootstrap_theme&lt;br/&gt;
&amp;gt; The full traceback has been saved in /var/folders/lq/sr8059kj2ql0n2flqtqr40940000gn/T/sphinx-err-l4sZkq.log, if you want to report the issue to the developers.&lt;br/&gt;
&amp;gt; Please also report this if it was a user error, so that a better error message can be provided next time.&lt;br/&gt;
&amp;gt; A bug report can be filed in the tracker at &amp;lt;&lt;a href=&quot;https://github.com/sphinx-doc/sphinx/issues&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/sphinx-doc/sphinx/issues&lt;/a&gt;&amp;gt;. Thanks!&lt;br/&gt;
&amp;gt; ERROR: InvocationError: &apos;/Users/ckd/git-reps/docs/.tox/docs/bin/sphinx-build -b html -n -d /Users/ckd/git-reps/docs/.tox/docs/tmp/doctrees ./docs/ /Users/ckd/git-reps/docs/docs/_build/html&apos;&lt;br/&gt;
&amp;gt; _________________________________________________________________________________________________ summary __________________________________________________________________________________________________&lt;br/&gt;
&amp;gt; ERROR:   docs: commands failed&lt;/p&gt;

&lt;p&gt;Deleting the .tox directory and running tox -edocs again fixed it, but this seems like a weird failure case that tox should catch.&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;0&amp;#93;&lt;/span&gt; &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/41370/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/41370/&lt;/a&gt;&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="19901">DOCS-25</key>
            <summary>if requirements.txt changes, you must delete your .tox folder</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                                <status id="5" iconUrl="https://jira.opendaylight.org/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10000">Done</resolution>
                                        <assignee username="colindixon">Colin Dixon</assignee>
                                    <reporter username="colindixon">Colin Dixon</reporter>
                        <labels>
                    </labels>
                <created>Wed, 6 Jul 2016 15:43:59 +0000</created>
                <updated>Sun, 2 Apr 2017 17:41:53 +0000</updated>
                            <resolved>Sun, 2 Apr 2017 17:41:53 +0000</resolved>
                                    <version>unspecified</version>
                                                    <component>Toolchain</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="36064" author="zxiiro" created="Wed, 6 Jul 2016 20:07:36 +0000"  >&lt;p&gt;Looks like tox has this tracked as a bug:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://bitbucket.org/hpk42/tox/issues/149/virtualenv-is-not-recreated-when-deps&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://bitbucket.org/hpk42/tox/issues/149/virtualenv-is-not-recreated-when-deps&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;There&apos;s workarounds but I don&apos;t think any of them are pretty as they require you to script around the problem further complicating the build.&lt;/p&gt;

&lt;p&gt;I think we should at least document that you may need to clear your .tox directory if requirements change.&lt;/p&gt;</comment>
                            <comment id="36065" author="colin@colindixon.com" created="Wed, 6 Jul 2016 20:09:32 +0000"  >&lt;p&gt;I&apos;ll fold that into my patch here:&lt;br/&gt;
&lt;a href=&quot;https://git.opendaylight.org/gerrit/40962&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/40962&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="36066" author="zxiiro" created="Sun, 2 Apr 2017 17:41:53 +0000"  >&lt;p&gt;I think we&apos;re done here with the documentation update. Colin please reopen if you disagree.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                            <customfield id="customfield_11400" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10208" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>External issue ID</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>6164</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10201" key="com.atlassian.jira.plugin.system.customfieldtypes:url">
                        <customfieldname>External issue URL</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[https://bugs.opendaylight.org/show_bug.cgi?id=6164]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i01oz3:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>